Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Melechtna authored Apr 30, 2024
1 parent 3e25b99 commit c9d61c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,19 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: linux-bin
path: target/linux-x86_64/release
path: target/release

- name: Upload macOS Binary
uses: actions/upload-artifact@v3
with:
name: macos-bin
path: target/macos-x86_64/release
path: target/release

- name: Upload Windows Binary
uses: actions/upload-artifact@v3
with:
name: windows-bin
path: target/windows-x86_64/release
path: target/release

download-artifacts: # New job to download artifacts
needs: upload-artifacts
Expand Down

0 comments on commit c9d61c6

Please sign in to comment.