chore(actions): Publish Arch Linux package
This commit is contained in:
@@ -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 }}
|
||||||
Reference in New Issue
Block a user