Skip to content

Commit

Permalink
fix names
Browse files Browse the repository at this point in the history
  • Loading branch information
pretentious7 committed Aug 31, 2023
1 parent 30981e0 commit 8339c5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
required: true

jobs:
build-macos-arm:
build-macos-arm64:
runs-on: macos-latest
steps:
- name: Checkout
Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:
name: macos-binary-arm64
path: ./crates/target/aarch64-apple-darwin/debug/y-sweet

build-macos-intel:
build-macos-x64:
runs-on: macos-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 8339c5d

Please sign in to comment.