Skip to content

Commit a34728d

Browse files
authored
Update create_release.yml
1 parent 89c5bb3 commit a34728d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
- name: archive-arm64
8484
id: archive-arm64
8585
run: |
86-
OSNAME=$(echo ${{ matrix.os }} | sed 's/-latest//')
86+
OSNAME=$(echo ${{ matrix.os }} | sed 's/-latest//' | sed 's/-11-arm//')
8787
VERSION=$GITHUB_REF_NAME
8888
PKGNAME="binaryen-$VERSION-arm64-$OSNAME"
8989
TARBALL=$PKGNAME.tar.gz

0 commit comments

Comments
 (0)