Skip to content

Commit f750e60

Browse files
fix(pipeline): fix path (#29)
Signed-off-by: Paolo Gallina <[email protected]>
1 parent c54f32c commit f750e60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/on_prerelease.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ jobs:
5050
cross build --target "aarch64-unknown-linux-musl" --profile release
5151
cross build --target "x86_64-unknown-linux-musl" --profile release
5252
53-
cp ./target/aarch64-unknown-linux-musl/release/newrelic-auth-cli ./target/newrelic-auth-cli-arm64
54-
cp ./target/x86_64-unknown-linux-musl/release/newrelic-auth-cli ./target/newrelic-auth-cli-amd64
53+
cp ./target/aarch64-unknown-linux-musl/release/newrelic-auth-cli ./newrelic-auth-cli-arm64
54+
cp ./target/x86_64-unknown-linux-musl/release/newrelic-auth-cli ./newrelic-auth-cli-amd64
5555
5656
gh release upload ${{ github.event.release.tag_name }} newrelic-auth-cli-arm64
5757
gh release upload ${{ github.event.release.tag_name }} newrelic-auth-cli-amd64

0 commit comments

Comments
 (0)