feat: testing craetezip script

This commit is contained in:
ZanzyTHEbar 2023-01-31 11:17:21 +00:00
parent 0d2b56e62f
commit 174e9aebe7

View File

@ -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: |