mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-18 13:04:37 +03:00
fixed pkgbuild for 4.0 (#1348)
This commit is contained in:
18
.github/workflows/update-pkgbuild.yml
vendored
Normal file
18
.github/workflows/update-pkgbuild.yml
vendored
Normal file
@@ -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'
|
||||||
Reference in New Issue
Block a user