We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d6aac3 commit 6bdae37Copy full SHA for 6bdae37
.github/workflows/release.yaml
@@ -262,3 +262,12 @@ jobs:
262
asset_name: cargo-bazel-x86_64-unknown-linux-musl
263
asset_path: ${{ github.workspace }}/crate_universe/target/artifacts/x86_64-unknown-linux-musl/cargo-bazel
264
asset_content_type: application/octet-stream
265
+ - name: "Upload aarch64-unknown-linux-musl"
266
+ uses: actions/upload-release-asset@v1
267
+ env:
268
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
269
+ with:
270
+ upload_url: ${{ steps.rules_rust_release.outputs.upload_url }}
271
+ asset_name: cargo-bazel-aarch64-unknown-linux-musl
272
+ asset_path: ${{ github.workspace }}/crate_universe/target/artifacts/aarch64-unknown-linux-musl/cargo-bazel
273
+ asset_content_type: application/octet-stream
0 commit comments