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:
2
.github/workflows/aur-release.yml
vendored
2
.github/workflows/aur-release.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user