Skip to content

Commit d49cbae

Browse files
authored
Merge pull request #23 from taysta/cicd-fix
[CI/CD] Fix Windows releases
2 parents 3b5f10b + c75020d commit d49cbae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ jobs:
290290

291291
- name: Create binary archives
292292
run: |
293-
7z a -r jamme-linux-x86.zip ./jamme-linux-x86/*
293+
7z a -r jamme-windows-x86.zip ./jamme-windows-x86/*
294294
mv ./jamme-linux-x86/* ./jamme-linux-x86.tar.gz
295295
mv ./jamme-linux-x86_64/* ./jamme-linux-x86_64.tar.gz
296296
mv ./jamme-macos-x86_64/* ./jamme-macos-x86_64.tar.gz

0 commit comments

Comments
 (0)