Skip to content

Commit

Permalink
ci: Fix x86_64-apple-darwin arch
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez committed Oct 19, 2023
1 parent 056771f commit b69ac02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-x86_64-apple-darwin.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Xtensa Rust | x86_64-unknown-linux-gnu
name: Xtensa Rust | x86_64-apple-darwin
on:
workflow_dispatch:
inputs:
Expand Down Expand Up @@ -41,8 +41,8 @@ jobs:
os: [macos-x86_64-self-hosted]
include:
- os: macos-x86_64-self-hosted
ASSET_PATH: "build/dist/rust-nightly-x86_64-unknown-linux-gnu.tar.xz"
ASSET_NAME: "rust-${{ github.event.inputs.release_version }}-x86_64-unknown-linux-gnu.tar.xz"
ASSET_PATH: "build/dist/rust-nightly-x86_64-apple-darwin.tar.xz"
ASSET_NAME: "rust-${{ github.event.inputs.release_version }}-x86_64-apple-darwin.tar.xz"
ASSET_CONTENT_TYPE: "application/x-tar"
steps:
- name: Checkout repository
Expand Down

0 comments on commit b69ac02

Please sign in to comment.