GHA doesn't support ??

This commit is contained in:
David Baker
2023-08-08 11:59:06 +01:00
parent ecc69c2255
commit 188de8dc85

View File

@@ -45,7 +45,7 @@ jobs:
- name: Create Tarball
env:
TARBALL_VERSION: ${{ github.event.release.tag_name ?? github.sha }}
TARBALL_VERSION: ${{ github.event.release.tag_name || github.sha }}
run: |
tar --numeric-owner --transform "s/dist/element-call-${TARBALL_VERSION}/" -cvzf element-call-${TARBALL_VERSION}.tar.gz dist