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
35bb0f2935
commit
af89d4d380
2
.github/workflows/build_release_bins.yml
vendored
2
.github/workflows/build_release_bins.yml
vendored
@ -71,7 +71,7 @@ jobs:
|
||||
with:
|
||||
name: ${{ matrix.target_name }}${{ matrix.target_build_type }}-firmware
|
||||
#path: "./ESP/.pio/build/${{ matrix.target_name }}${{ matrix.target_build_type }}/${{ env.FIRMWARE_NAME }}.bin"
|
||||
path: ./ESP/build/${{ matrix.target_name }}${{ matrix.target_build_type }}/${{ env.FIRMWARE_NAME }}.zip
|
||||
path: "./ESP/build/${{ matrix.target_name }}${{ matrix.target_build_type }}/${{ env.FIRMWARE_NAME }}.zip"
|
||||
retention-days: 5
|
||||
if-no-files-found: error
|
||||
release-openiris:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user