We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89c5bb3 commit a34728dCopy full SHA for a34728d
1 file changed
.github/workflows/create_release.yml
@@ -83,7 +83,7 @@ jobs:
83
- name: archive-arm64
84
id: archive-arm64
85
run: |
86
- OSNAME=$(echo ${{ matrix.os }} | sed 's/-latest//')
+ OSNAME=$(echo ${{ matrix.os }} | sed 's/-latest//' | sed 's/-11-arm//')
87
VERSION=$GITHUB_REF_NAME
88
PKGNAME="binaryen-$VERSION-arm64-$OSNAME"
89
TARBALL=$PKGNAME.tar.gz
0 commit comments