Skip to content

Commit c0d41f3

Browse files
committed
Fix artifact packaging command for Windows to include all files
1 parent d1704d2 commit c0d41f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ jobs:
191191
- name: Package Artifact (Windows)
192192
if: runner.os == 'Windows'
193193
run: |
194-
7z a -tzip infc-${{ matrix.os }}-64.zip artifact .
194+
7z a -tzip infc-${{ matrix.os }}-64.zip .\artifact\*
195195
certutil -hashfile infc-${{ matrix.os }}-64.zip SHA256 > infc-${{ matrix.os }}-64.zip.sha256
196196
- name: Package Artifact (Linux)
197197
if: runner.os == 'Linux'

0 commit comments

Comments
 (0)