We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00e4c8c commit 17054f7Copy full SHA for 17054f7
.github/workflows/deploy.yaml
@@ -406,7 +406,7 @@ jobs:
406
run: ./ci/github-actions/generate-pkgbuild.py3
407
408
- name: Publish parallel-disk-usage to the AUR
409
- uses: KSXGitHub/github-actions-deploy-aur@v2.7.2
+ uses: KSXGitHub/github-actions-deploy-aur@v3.0.0
410
with:
411
pkgname: parallel-disk-usage
412
pkgbuild: ./pkgbuild/parallel-disk-usage/PKGBUILD
@@ -417,7 +417,7 @@ jobs:
417
force_push: 'true'
418
419
- name: Publish parallel-disk-usage-bin to the AUR
420
421
422
pkgname: parallel-disk-usage-bin
423
pkgbuild: ./pkgbuild/parallel-disk-usage-bin/PKGBUILD
0 commit comments