Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
Fix log upload path
Browse files Browse the repository at this point in the history
  • Loading branch information
meain committed Oct 11, 2022
1 parent 514a32a commit a007f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,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

Expand Down

0 comments on commit a007f9b

Please sign in to comment.