aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/release-aur.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/.github/workflows/release-aur.yml b/.github/workflows/release-aur.yml
new file mode 100644
index 0000000..eb4b590
--- /dev/null
+++ b/.github/workflows/release-aur.yml
@@ -0,0 +1,17 @@
+name: Release to AUR
+
+on:
+ workflow_dispatch:
+ push:
+ branches: [master]
+
+jobs:
+ tests:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v2
+ - name: Generate PKGBUILD
+ run: |
+ mkdir -p ./tmp
+ bash build/gen_pkgbuild.sh > ./tmp/PKGBUILD
+ cat ./tmp/PKGBUILD