Skip to content

Commit

Permalink
fix: bundle upload condition
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 90db83f commit ccd2194
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ jobs:
run: zip -r guitos.zip build/*

- name: Upload bundle to GH release
if: steps.semrel.outputs.version != ''
uses: softprops/action-gh-release@v2
with:
tag_name: ${{ steps.semrel.outputs.version }}
Expand Down

0 comments on commit ccd2194

Please sign in to comment.