Skip to content

Commit

Permalink
Fix artifacts path
Browse files Browse the repository at this point in the history
  • Loading branch information
salamaashoush committed May 27, 2024
1 parent 0314adf commit 99bbc43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: pactup-linux
path: target/x86_64-unknown-linux-musl/release/pactup
path: target/x86_64-unknown-linux-gnu/release/pactup
# Unfortunatly, No pact binary is available for linux arm
# build_static_arm_binary:
# name: "Build ARM binary"
Expand Down

0 comments on commit 99bbc43

Please sign in to comment.