CI: fix tag naming scheme in release

This commit is contained in:
rofl0r 2022-05-19 20:20:23 +00:00
parent 204c58d81f
commit 8c26417d49
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ jobs:
cd desmume/src/frontend/posix cd desmume/src/frontend/posix
autoreconf -i autoreconf -i
cd "$THISDIR" cd "$THISDIR"
VERSION=$(printf "%s\n" ${{ github.event.release.tag_name }} | sed 's/^v//') VERSION=$(printf "%s\n" ${{ github.event.release.tag_name }} | sed -e 's/^release_//' -e 's/_/./g')
PKGNAME="desmume-$VERSION" PKGNAME="desmume-$VERSION"
mkdir -p /tmp/$PKGNAME mkdir -p /tmp/$PKGNAME
mv * /tmp/$PKGNAME mv * /tmp/$PKGNAME