Skip to content

Commit 4f8fbe2

Browse files
committed
ci: fix NSIS build by extracting Windows binary from ZIP
1 parent 4d090d6 commit 4f8fbe2

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,12 @@ jobs:
346346
with:
347347
name: slashsum-windows
348348

349+
- name: Extract Windows binary
350+
run: |
351+
unzip slashsum-windows-amd64-portable.zip
352+
cp slashsum-windows-amd64-portable/slashsum.exe slashsum-windows-amd64.exe
353+
ls -la *.exe
354+
349355
- name: Install NSIS
350356
run: |
351357
sudo apt-get update

0 commit comments

Comments
 (0)