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 a5853f6 commit 6d873aaCopy full SHA for 6d873aa
.github/workflows/package_main.yml
@@ -58,9 +58,8 @@ jobs:
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"
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"
+ echo "artifact_path=$zip_name" >> "$GITHUB_ENV"
64
65
- name: Attach files to release
66
uses: softprops/action-gh-release@v2
0 commit comments