Skip to content

Commit

Permalink
Pass in correct artifact location
Browse files Browse the repository at this point in the history
  • Loading branch information
Maknee committed Jul 24, 2023
1 parent b9a95dd commit f2400fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -299,5 +299,5 @@ jobs:
id: create_release
uses: ncipollo/release-action@v1
with:
artifacts: "*.zip"
artifacts: "./artifact/*.zip"
prerelease: true

0 comments on commit f2400fe

Please sign in to comment.