parent
f4befaf849
commit
62c704a786
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -77,7 +77,6 @@ jobs:
|
||||
|
||||
- uses: actions/upload-artifact@master
|
||||
name: Upload cli docs as artifacts
|
||||
if: startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/main'
|
||||
with:
|
||||
name: cli-docs
|
||||
path: docs/docs/cli
|
||||
@ -168,7 +167,7 @@ jobs:
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: test-log
|
||||
path: testlog/gotest.log
|
||||
path: src/testlog/gotest.log
|
||||
if-no-files-found: error
|
||||
retention-days: 14
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user