1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-16 23:09:11 +00:00

fix aur auto-deploy

This commit is contained in:
deadc0de6
2021-05-03 08:50:26 +02:00
parent 5c54c309c8
commit 50b0a70838

View File

@@ -15,7 +15,7 @@ jobs:
sed -i "s/^pkgver=.*$/pkgver=${version}/g" packages/arch-dotdrop/PKGBUILD sed -i "s/^pkgver=.*$/pkgver=${version}/g" packages/arch-dotdrop/PKGBUILD
cat packages/arch-dotdrop/PKGBUILD cat packages/arch-dotdrop/PKGBUILD
- name: Publish to aur - name: Publish to aur
uses: KSXGitHub/github-actions-deploy-aur@v2.2.3 uses: KSXGitHub/github-actions-deploy-aur@v2.2.4
with: with:
pkgname: dotdrop pkgname: dotdrop
pkgbuild: ./packages/arch-dotdrop/PKGBUILD pkgbuild: ./packages/arch-dotdrop/PKGBUILD