Skip to content

Commit 6bdae37

Browse files
authored
Upload aarch64-unknown-linux-gnu crate_universe binary to releases (#3417)
This was a miss from #3401
1 parent 0d6aac3 commit 6bdae37

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/release.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,3 +262,12 @@ jobs:
262262
asset_name: cargo-bazel-x86_64-unknown-linux-musl
263263
asset_path: ${{ github.workspace }}/crate_universe/target/artifacts/x86_64-unknown-linux-musl/cargo-bazel
264264
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

Comments
 (0)