Skip to content

Commit

Permalink
Only upload the artifacts to the release on a tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbiggred committed Aug 3, 2023
1 parent 7fb0c26 commit 1a90a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
# time we create the tag. Also we need to create the zip as uploading to the release
# does not automatically zip the file.
- name: Upload fat Binary to GitHub Release
# if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
run: |
cd Release-fat/BEMCheckBox.framework
zip -r BEMCheckBox-v${{ steps.gitversion.outputs.majorMinorPatch }}.framework.zip .
Expand Down

0 comments on commit 1a90a0c

Please sign in to comment.