Skip to content

Commit 343d071

Browse files
authored
Fix build workflow: update zip command to include all matching artifacts (#384)
1 parent 689c1fc commit 343d071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuos-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- name: Zip build artifacts
7272
run: |
7373
cd build
74-
zip -r headsetcontrol-${{ matrix.os_name }}-${{ matrix.architecture }}.zip headsetcontrol
74+
zip -r headsetcontrol-${{ matrix.os_name }}-${{ matrix.architecture }}.zip headsetcontrol*
7575
7676
- name: Upload build artifacts
7777
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)