Update build.yaml zip step

This commit is contained in:
fvanroie 2024-08-26 02:32:55 +02:00
parent 7053024146
commit 042fe05725

View File

@ -106,7 +106,7 @@ jobs:
- name: Zip artifact for deployment
if: github.ref != 'refs/heads/master'
run: |
zip ${{ matrix.environment.out }}.zip "build_output/firmware/*.bin" -r
zip ${{ matrix.environment.out }}.zip build_output/firmware/*.bin -r
- name: On Release, upload assets to that Release
if: github.ref != 'refs/heads/master'
uses: AButler/upload-release-assets@v3.0