Skip to content

Commit

Permalink
ci: fixed folder path
Browse files Browse the repository at this point in the history
  • Loading branch information
kieronlanning committed Jun 12, 2024
1 parent 2f38f79 commit 530d27e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: test-results
path: ./test-results
path: /test-results

deploy:
if: github.event_name == 'release'
Expand Down

0 comments on commit 530d27e

Please sign in to comment.