Skip to content

Commit

Permalink
feat(ci): support windows builds (attempt building on the windows run…
Browse files Browse the repository at this point in the history
…ner)
  • Loading branch information
usagi-flow committed Aug 28, 2024
1 parent fb0f0d4 commit d139933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/evil-build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
if [[ "$RUNNER_OS" != "Windows" ]]; then
tar -cvzf "evil-helix-${{ matrix.target.name }}.tar.gz" helix
else
zip "evil-helix-${{ matrix.target.name }}.zip" helix
tar -a -c -f "evil-helix-${{ matrix.target.name }}.zip" helix
fi
- name: "Upload artifacts"
Expand Down

0 comments on commit d139933

Please sign in to comment.