mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-16 05:26:11 +00:00
fix yaml
This commit is contained in:
10
.github/workflows/aur-release.yml
vendored
10
.github/workflows/aur-release.yml
vendored
@@ -13,11 +13,11 @@ jobs:
|
|||||||
version=$(git describe --abbrev=0 --tags | sed 's/^v//g')
|
version=$(git describe --abbrev=0 --tags | 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
|
||||||
with:
|
with:
|
||||||
name: PKGBUILD
|
name: PKGBUILD
|
||||||
path: ./PKGBUILD
|
path: ./PKGBUILD
|
||||||
retention-days: 1
|
retention-days: 1
|
||||||
aur_upload:
|
aur_upload:
|
||||||
name: upload aur package
|
name: upload aur package
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user