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 3ad6a27
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
types: [opened, closed, synchronize]

jobs:
CLAssistant:
upload-artefact:
runs-on: ubuntu-latest

Expand All @@ -19,8 +18,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 3ad6a27

Please sign in to comment.