Skip to content

Commit

Permalink
Update build.yaml zip step
Browse files Browse the repository at this point in the history
  • Loading branch information
fvanroie committed Aug 26, 2024
1 parent 7053024 commit 042fe05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand Down

0 comments on commit 042fe05

Please sign in to comment.