Skip to content

Commit

Permalink
πŸ’š Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Quarneti committed Feb 3, 2024
1 parent 945d396 commit e7562ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
targets: x86_64-apple-darwin,aarch64-apple-darwin
components: cargo-bundle
- run: |
cargo install cargo-bundle
cargo bundle --release --target x86_64-apple-darwin
cargo build --release --target aarch64-apple-darwin
mkdir TinyWiiBackupManager
Expand Down Expand Up @@ -55,8 +55,8 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
targets: x86_64-pc-windows-gnu
components: cargo-bundle
- run: |
cargo install cargo-bundle
cargo bundle --release --target x86_64-pc-windows-gnu
Move-Item ./target/x86_64-pc-windows-gnu/release/bundle/windows/TinyWiiBackupManager.msi ./TinyWiiBackupManager-${{github.ref_name}}-Windows-x86_64.msi
- uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit e7562ce

Please sign in to comment.