Chmod PR artifacts

This commit is contained in:
Ben Meadors 2022-08-20 12:53:34 -05:00 committed by GitHub
parent 4cfc229e77
commit c85e9f53c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -381,6 +381,11 @@ jobs:
# For diagnostics
- name: Show artifacts
run: ls -lR
- name: Device scripts permissions
run: |
chmod +x ./output/device-install.sh
chmod +x ./output/device-update.sh
- name: Zip firmware
run: zip -j -r ./firmware-${{ steps.version.outputs.version }}.zip ./output