Skip to content

Commit

Permalink
fixed pkgbuild for 4.0 (#1348)
Browse files Browse the repository at this point in the history
  • Loading branch information
chitang233 authored Jul 13, 2024
1 parent 2dd9cf4 commit b1d1674
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/update-pkgbuild.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: AUR CI
on:
push:
branches:
- main
paths-ignore:
- '**.md'
- 'LICENSE'
- '!.github/workflows/**'

jobs:
update:
runs-on: ubuntu-latest
steps:
- uses: chitang233/aur-pkgbuild-builder@main
with:
deploy_key: ${{ secrets.DEPLOY_KEY }}
package_name: 'nekoray-git'

0 comments on commit b1d1674

Please sign in to comment.