Skip to content

Commit

Permalink
Meta: Fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Oct 26, 2022
1 parent 62f1ac3 commit 6a2d80a
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 @@ -35,7 +35,7 @@ jobs:
run: |
cd distribution
zip -r refined-github-local-install.zip *
gh release create "${{ steps.daily-version.outputs.version }}" --generate-notes "refined-github.zip"
gh release create "${{ steps.daily-version.outputs.version }}" --generate-notes refined-github-local-install.zip
Submit:
Expand Down

0 comments on commit 6a2d80a

Please sign in to comment.