Skip to content

Commit

Permalink
Fix artifact paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Eranziel committed Jun 3, 2024
1 parent 2761024 commit 5cc48aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
omitDraftDuringUpdate: true
omitPrereleaseDuringUpdate: true
token: ${{ secrets.GITHUB_TOKEN }}
artifacts: "./public/system.json, ./${{ steps.vars.outputs.zip_name }}"
artifacts: "./package/system.json, ./package/${{ steps.vars.outputs.zip_name }}"
tag: ${{ steps.vars.outputs.tag_name }}
# TODO: can we automatically extract the changelog for this release?
body: |
Expand Down

0 comments on commit 5cc48aa

Please sign in to comment.