mirror of
https://github.com/EyeTrackVR/OpenIris.git
synced 2025-11-04 15:39:42 +08:00
feat: testing createzip script
This commit is contained in:
parent
ab196c56ac
commit
35bb0f2935
2
.github/workflows/build_release_bins.yml
vendored
2
.github/workflows/build_release_bins.yml
vendored
@ -65,7 +65,7 @@ jobs:
|
||||
echo "::group::pio run"
|
||||
pio run --environment ${{ matrix.target_name }}${{ matrix.target_build_type }} --target upload
|
||||
echo "::endgroup::"
|
||||
unzip -l ./build/${{ matrix.target_name }}${{ matrix.target_build_type }}/$FIRMWARE_NAME.zip
|
||||
unzip -l './build/${{ matrix.target_name }}${{ matrix.target_build_type }}/*.zip'
|
||||
- name: Archive Firmware Binaries
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user