Skip to content

Commit

Permalink
fix: bundle upload on github
Browse files Browse the repository at this point in the history
Signed-off-by: rare-magma <[email protected]>
  • Loading branch information
rare-magma committed Aug 6, 2024
1 parent fff7213 commit 7d432e3
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 @@ -191,6 +191,6 @@ jobs:

- name: Upload bundle to GH release
uses: softprops/action-gh-release@v2
if: steps.semrel.outputs.version != ''
if: startsWith(github.ref, 'refs/tags/')
with:
files: guitos.zip

0 comments on commit 7d432e3

Please sign in to comment.