mirror of
https://github.com/EyeTrackVR/OpenIris.git
synced 2025-11-04 15:39:42 +08:00
feat: testing craetezip script
This commit is contained in:
parent
0d2b56e62f
commit
174e9aebe7
3
.github/workflows/build_release_bins.yml
vendored
3
.github/workflows/build_release_bins.yml
vendored
@ -3,6 +3,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- "master"
|
||||
- "create-zip"
|
||||
pull_request:
|
||||
branches:
|
||||
- "master"
|
||||
@ -58,7 +59,7 @@ jobs:
|
||||
pio run --environment ${{ matrix.target_name }}${{ matrix.target_build_type }} --target upload
|
||||
echo "::endgroup::"
|
||||
unzip -l ./build/firmware.zip
|
||||
|
||||
|
||||
- name: Archive Firmware name File
|
||||
# create an environment variable with the name of the firmware file by catting the firmware_name.txt file
|
||||
run: |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user