1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 15:39:43 +00:00

fix cicd aur issue

This commit is contained in:
deadc0de6
2024-08-28 14:09:57 +02:00
parent 35513a120c
commit 19bcaca65f

View File

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