Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ jobs:
run: ./ci/github-actions/generate-pkgbuild.py3

- name: Publish parallel-disk-usage to the AUR
uses: KSXGitHub/[email protected].0
uses: KSXGitHub/[email protected].1
with:
pkgname: parallel-disk-usage
pkgbuild: ./pkgbuild/parallel-disk-usage/PKGBUILD
Expand All @@ -417,7 +417,7 @@ jobs:
force_push: 'true'

- name: Publish parallel-disk-usage-bin to the AUR
uses: KSXGitHub/[email protected].0
uses: KSXGitHub/[email protected].1
with:
pkgname: parallel-disk-usage-bin
pkgbuild: ./pkgbuild/parallel-disk-usage-bin/PKGBUILD
Expand Down
Loading