We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1704d2 commit c0d41f3Copy full SHA for c0d41f3
.github/workflows/build_release.yml
@@ -191,7 +191,7 @@ jobs:
191
- name: Package Artifact (Windows)
192
if: runner.os == 'Windows'
193
run: |
194
- 7z a -tzip infc-${{ matrix.os }}-64.zip artifact .
+ 7z a -tzip infc-${{ matrix.os }}-64.zip .\artifact\*
195
certutil -hashfile infc-${{ matrix.os }}-64.zip SHA256 > infc-${{ matrix.os }}-64.zip.sha256
196
- name: Package Artifact (Linux)
197
if: runner.os == 'Linux'
0 commit comments