mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-19 06:30:07 +08:00
15 lines
258 B
YAML
15 lines
258 B
YAML
name: AUR CI
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
|
|
jobs:
|
|
update:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: chitang233/aur-pkgbuild-builder@main
|
|
with:
|
|
deploy_key: ${{ secrets.DEPLOY_KEY }}
|
|
package_name: 'nekoray-git'
|