From d4687f09ec398373a0195a1bed2ddf5ed67025bf Mon Sep 17 00:00:00 2001 From: Alexis Maiquez Date: Sun, 14 Jul 2024 04:25:03 +0200 Subject: [PATCH] fix: arch publish should work again --- .github/workflows/arch.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/arch.yml b/.github/workflows/arch.yml index 294f38a..d57ed7e 100644 --- a/.github/workflows/arch.yml +++ b/.github/workflows/arch.yml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@v2 - name: Publish parallel-disk-usage to the AUR - uses: KSXGitHub/github-actions-deploy-aur@v2.7.1 + uses: KSXGitHub/github-actions-deploy-aur@v2.7.2 with: pkgname: linux-wallpaperengine-git pkgbuild: ./packaging/archlinux/PKGBUILD @@ -26,4 +26,4 @@ jobs: commit_message: Update AUR package force_push: 'true' test: true - test_flags: --clean --cleanbuild --nodeps --nobuild \ No newline at end of file + test_flags: --clean --cleanbuild --nodeps --nobuild