ci: fix AUR uploading

This commit is contained in:
Markson Hon 2024-06-21 19:39:34 +08:00
parent e76aba8112
commit 222ae7c4e5

View File

@ -628,6 +628,7 @@ jobs:
env:
REF: ${{ inputs.tag }}
run: |
echo "P_DIR=$(pwd)" >> $GITHUB_OUTPUT
tag=${{ inputs.tag }}
version=$(echo $tag | sed 's/v//g')
echo "VERSION=$version" >> $GITHUB_OUTPUT