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 76474c1 commit f22acb9Copy full SHA for f22acb9
.github/workflows/package_main.yml
@@ -57,7 +57,7 @@ jobs:
57
shell: bash
58
run: |
59
# zip up just the files we uploaded for the release
60
- zip_name=camera-display-${{ matrix.build.name }}_$(git describe --tags --dirty).zip"
+ zip_name="camera-display-${{ matrix.build.name }}_$(git describe --tags --dirty).zip"
61
cd ${{ matrix.build.path }}
62
zip -r -j $zip_name build/*.bin build/*.elf build/bootloader/bootloader.bin build/partition_table/partition-table.bin build/flasher_args.json build/flash_args
63
echo "artifact_path=${{ matrix.build.path }}/$zip_name" >> "$GITHUB_ENV"
0 commit comments