We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 159893a commit e107c11Copy full SHA for e107c11
.github/workflows/test-and-deploy.yml
@@ -237,7 +237,7 @@ jobs:
237
# TODO: add GITHUB_REF_NAME after https://github.com/actions/upload-artifact/issues/231 is fixed
238
# name: blueos-${{ env.GITHUB_REF_NAME }}.zip
239
- name: Zip image
240
- if: github.event_name == 'release' && github.event.action == 'created'
+ if: startsWith(github.ref, 'refs/tags/')
241
run: |
242
sudo apt install zip
243
zip BlueOS-raspberry.zip deploy/pimod/blueos.img
0 commit comments