mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-14 18:47:27 +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:
|
env:
|
||||||
RELEASE_TAG: ${{ github.ref }}
|
RELEASE_TAG: ${{ github.ref }}
|
||||||
run: |
|
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
|
sed "s/^pkgver=.*$/pkgver=${version}/g" packages/arch-dotdrop/PKGBUILD > PKGBUILD
|
||||||
- name: Upload PKGBUILD
|
- name: Upload PKGBUILD
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
|
|||||||
Reference in New Issue
Block a user