1
0
mirror of https://github.com/containers/youki synced 2024-11-23 09:21:57 +01:00

fix the name of build artifacts at release.

This commit is contained in:
utam0k 2021-12-26 23:58:12 +09:00
parent 91b7632602
commit 5d5691f975

@ -78,7 +78,7 @@ jobs:
env: env:
GITHUB_REF: ${{ github.ref }} GITHUB_REF: ${{ github.ref }}
run: | run: |
VERSION=${GITHUB_REF##*/} VERSION=${GITHUB_REF##*v}
MAJOR=${VERSION%%.*} MAJOR=${VERSION%%.*}
MINOR=${VERSION%.*} MINOR=${VERSION%.*}
MINOR=${MINOR#*.} MINOR=${MINOR#*.}