Skip to content

Commit 042fe05

Browse files
author
fvanroie
committed
Update build.yaml zip step
1 parent 7053024 commit 042fe05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
- name: Zip artifact for deployment
107107
if: github.ref != 'refs/heads/master'
108108
run: |
109-
zip ${{ matrix.environment.out }}.zip "build_output/firmware/*.bin" -r
109+
zip ${{ matrix.environment.out }}.zip build_output/firmware/*.bin -r
110110
- name: On Release, upload assets to that Release
111111
if: github.ref != 'refs/heads/master'
112112
uses: AButler/[email protected]

0 commit comments

Comments
 (0)