File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 50
50
cross build --target "aarch64-unknown-linux-musl" --profile release
51
51
cross build --target "x86_64-unknown-linux-musl" --profile release
52
52
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
55
55
56
56
gh release upload ${{ github.event.release.tag_name }} newrelic-auth-cli-arm64
57
57
gh release upload ${{ github.event.release.tag_name }} newrelic-auth-cli-amd64
You can’t perform that action at this time.
0 commit comments