Skip to content

Commit

Permalink
Merge pull request #3 from spacemeshos/proper-build-name
Browse files Browse the repository at this point in the history
it's macos arm not m1
  • Loading branch information
brusherru authored Feb 28, 2024
2 parents 7f8bfa4 + b9eb0ee commit 4ea4c83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
artifact-name: linux-arm64

- os: [self-hosted, macos, arm64]
artifact-name: macos-m1
artifact-name: macos-arm64

- os: macos-latest
artifact-name: macos
Expand Down Expand Up @@ -139,4 +139,4 @@ jobs:
run: gh release upload $TAG ./assets/*.zip
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAG: ${{ github.ref_name }}
TAG: ${{ github.ref_name }}

0 comments on commit 4ea4c83

Please sign in to comment.