feat: testing createzip script

This commit is contained in:
ZanzyTHEbar 2023-01-31 14:30:54 +00:00
parent ab196c56ac
commit 35bb0f2935

View File

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