1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 23:14:47 +00:00

fix aur gh action

This commit is contained in:
deadc0de6
2020-10-25 22:02:30 +01:00
parent 9c34b4916c
commit e7742617a3

View File

@@ -11,7 +11,7 @@ jobs:
env:
RELEASE_TAG: ${{ github.ref }}
run: |
version=$(echo ${RELEASE_TAG} | sed 's/^v//g')
version=$(echo ${RELEASE_TAG} | sed 's#^.*v##g')
sed "s/^pkgver=.*$/pkgver=${version}/g" packages/arch-dotdrop/PKGBUILD > PKGBUILD
- name: Upload PKGBUILD
uses: actions/upload-artifact@v2