Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
ci: rename osx artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
caesay committed Dec 25, 2023
1 parent 8070810 commit 9cc7f6f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: taiki-e/install-action@cargo-llvm-cov

- name: Install NBGV
run: dotnet tool install --tool-path . nbgv
run: dotnet tool install -g nbgv

- name: Build Rust
working-directory: src/Rust
Expand All @@ -27,11 +27,16 @@ jobs:
working-directory: src/Rust
run: cargo llvm-cov --cobertura --output-path ../../test/coverage.rust.osx.xml

- name: Rename Binaries
working-directory: src/Rust/target/release
run: |
mv update updatemac
- name: Upload Binaries
uses: actions/upload-artifact@v3
with:
name: rust
path: src/Rust/target/release/update
path: src/Rust/target/release/updatemac

- name: Upload Coverage
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 9cc7f6f

Please sign in to comment.