Skip to content

Commit

Permalink
Cross-Compile
Browse files Browse the repository at this point in the history
  • Loading branch information
SoloJacobs committed Oct 10, 2023
1 parent 90898e3 commit e929b04
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,11 @@ jobs:
with:
target: x86_64-pc-windows-gnu

- name: "Build"
run: cargo build --target=x86_64-pc-windows-gnu

- name: Upload binary
uses: actions/upload-artifact@v3
with:
name: test_ci_binary
path: target/debug/test_ci
path: target/x86_64-pc-windows-gnu/debug/test_ci.exe

0 comments on commit e929b04

Please sign in to comment.