Skip to content
This repository has been archived by the owner on Aug 11, 2023. It is now read-only.

Commit

Permalink
ci: fix swapped windows exes
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam- committed Dec 23, 2022
1 parent ebf3296 commit 2bde0cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ jobs:
- name: build jar
run: |
set -e
cp artifacts/windows/build/src/Release/packr.exe src/main/resources/packr-windows.exe
cp artifacts/windows/build32/src/Release/packr.exe src/main/resources/packr-windows-x64.exe
cp artifacts/windows/build/src/Release/packr.exe src/main/resources/packr-windows-x64.exe
cp artifacts/windows/build32/src/Release/packr.exe src/main/resources/packr-windows.exe
cp artifacts/macos/build/src/packr src/main/resources/packr-mac-x64
cp artifacts/macos/build-arm64/src/packr src/main/resources/packr-mac-arm64
cp src/main/native/packr/build/src/packr src/main/resources/packr-linux-x64
Expand Down

0 comments on commit 2bde0cd

Please sign in to comment.