Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ jobs:
# TODO: add GITHUB_REF_NAME after https://github.com/actions/upload-artifact/issues/231 is fixed
# name: blueos-${{ env.GITHUB_REF_NAME }}.zip
- name: Zip image
if: github.event_name == 'release' && github.event.action == 'created'
run: |
sudo apt install zip
zip BlueOS-raspberry.zip deploy/pimod/blueos.img
Expand Down