From 790f98a9897858d0c7fe1b977cb52931664da0c6 Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Sun, 5 Apr 2026 19:51:42 +0200 Subject: [PATCH] chore(actions): Publish Arch Linux package --- .gitea/workflows/release.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .gitea/workflows/release.yaml diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml new file mode 100644 index 0000000..a325474 --- /dev/null +++ b/.gitea/workflows/release.yaml @@ -0,0 +1,16 @@ +name: Release + +on: + push: + tags: + - "*" + +jobs: + archlinux: + name: Arch Linux + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - uses: heyhusen/archlinux-package-action@v3 + with: + pkgver: ${{ gitea.ref_name }}