From 0387e326e0baf36e571eb124cc2915a86ea6e9e9 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..2989764 --- /dev/null +++ b/.gitea/workflows/release.yaml @@ -0,0 +1,16 @@ +name: Release + +on: + push: + tags: + - "v*" + +jobs: + archlinux: + name: Arch Linux + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v6 + - uses: heyhusen/archlinux-package-action@v3.0.0 + with: + path: .