Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameo007 authored Aug 9, 2023
1 parent 785c892 commit 8d506db
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:
# run: cd "Rust Middleware" && cargo build --release --verbose
- name: Build Silicon
run: cd "Rust Middleware" && rustup target add aarch64-apple-darwin && cargo build --release --target aarch64-apple-darwin --verbose
- name: Run tests
run: cd "Rust Middleware" && cargo test --verbose
- name: Prepare upload
run: mkdir "build" && cp "Rust Middleware/target/*" "build/"
# - name: Run tests
# run: cd "Rust Middleware" && cargo test --verbose
# - name: Prepare upload
# run: mkdir "build" && cp "Rust Middleware/target/*" "build/"
- name: Upload Build Artifacts
uses: actions/[email protected]
with:
name: "macOS"
path: "build/*"
path: "Rust Middleware/target/*"

0 comments on commit 8d506db

Please sign in to comment.