Skip to content

Commit 4a7dfc2

Browse files
authored
Merge pull request #6377 from wileyj/fix/release_typo
Fix type in release arch matrix `s/x86_64/x86-64/`
2 parents 7799a78 + 270eead commit 4a7dfc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
- arch: macos # excludes macos-armv7
9292
cpu: armv7
9393
- arch: macos # excludes macos-x64
94-
cpu: x86_64
94+
cpu: x86-64
9595
steps:
9696
- name: Build Binary (${{ matrix.arch }}_${{ matrix.cpu }})
9797
uses: stacks-network/actions/stacks-core/release/create-source-binary@main

0 commit comments

Comments
 (0)