summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/actions/release-archive/action.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/actions/release-archive/action.yml b/.github/actions/release-archive/action.yml
index a81cf918..22cb88d3 100644
--- a/.github/actions/release-archive/action.yml
+++ b/.github/actions/release-archive/action.yml
@@ -14,7 +14,7 @@ runs:
shell: bash
run: |
OSNAME=$(echo ${{ inputs.os }} | sed 's/-latest//')
- VERSION=${{ github.ref_name }}
+ VERSION=${{ github.event.release.tag_name || github.sha }}
PKGNAME="wabt-$VERSION-$OSNAME"
TARBALL=$PKGNAME.tar.gz
SHASUM=$PKGNAME.tar.gz.sha256