Skip to content

Commit

Permalink
ci: Fix Windows binary location
Browse files Browse the repository at this point in the history
  • Loading branch information
PaddiM8 committed Oct 3, 2024
1 parent 84ef79f commit 050592a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ jobs:
[ ! -f /c/Users/runneradmin/.cargo/bin/cargo-wix.exe ] && cargo install cargo-wix --version 0.3.1
cd cli
cargo wix --no-build --nocapture
mkdir build
mv target/wix/*.msi build/kalker-windows.msi
mkdir ../build
mv target/wix/*.msi ../build/kalker-windows.msi
- uses: actions/upload-artifact@v4
with:
name: win64
Expand Down Expand Up @@ -212,6 +212,7 @@ jobs:
if: always()
needs: [release_linux, release_mac, release_windows]
runs-on: ubuntu-latest
permissions: write-all
steps:
- name: Create Release
id: create_release
Expand Down

0 comments on commit 050592a

Please sign in to comment.