Skip to content

Commit

Permalink
update github action for publishing aur package
Browse files Browse the repository at this point in the history
  • Loading branch information
hertg committed Jan 26, 2025
1 parent b9c8823 commit d89ec5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/aur-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
path: ./.pkgbuild/egpu-switcher-bin/*

- name: Publish egpu-switcher
uses: KSXGitHub/github-actions-deploy-aur@v2.5.0
uses: KSXGitHub/github-actions-deploy-aur@v3.0.1
with:
pkgname: egpu-switcher
pkgbuild: ./.pkgbuild/egpu-switcher/PKGBUILD
Expand All @@ -60,7 +60,7 @@ jobs:
commit_message: New release via github actions

- name: Publish egpu-switcher-bin
uses: KSXGitHub/github-actions-deploy-aur@v2.5.0
uses: KSXGitHub/github-actions-deploy-aur@v3.0.1
with:
pkgname: egpu-switcher-bin
pkgbuild: ./.pkgbuild/egpu-switcher-bin/PKGBUILD
Expand Down

0 comments on commit d89ec5a

Please sign in to comment.