mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-04 20:54:51 +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')
|
||||
sed "s/^pkgver=.*$/pkgver=${version}/g" packages/arch-dotdrop/PKGBUILD > PKGBUILD
|
||||
- name: Upload PKGBUILD
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: PKGBUILD
|
||||
path: ./PKGBUILD
|
||||
retention-days: 1
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: PKGBUILD
|
||||
path: ./PKGBUILD
|
||||
retention-days: 1
|
||||
aur_upload:
|
||||
name: upload aur package
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user