Skip to content

Commit f22acb9

Browse files
committed
fix(ci): Fix missing "
1 parent 76474c1 commit f22acb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package_main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
shell: bash
5858
run: |
5959
# zip up just the files we uploaded for the release
60-
zip_name=camera-display-${{ matrix.build.name }}_$(git describe --tags --dirty).zip"
60+
zip_name="camera-display-${{ matrix.build.name }}_$(git describe --tags --dirty).zip"
6161
cd ${{ matrix.build.path }}
6262
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
6363
echo "artifact_path=${{ matrix.build.path }}/$zip_name" >> "$GITHUB_ENV"

0 commit comments

Comments
 (0)