chore: improve arch package name

This commit is contained in:
Fabio Lenherr / DashieTM 2023-11-04 14:54:35 +01:00
parent 7988b6ff3b
commit 398813731a
2 changed files with 3 additions and 3 deletions

View file

@ -18,4 +18,4 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: |
reset-${{github.ref}}-x86_64.pkg.tar.zst
reset-${{GITHUB_REF_NAME}}-0-x86_64.pkg.tar.zst

View file

@ -1,8 +1,8 @@
# Maintainer: Fabio Lenherr <dashie@dashie.org>
pkgname=reset
pkgver=0
pkgrel=1
pkgver=0.1
pkgrel=0
arch=('x86_64')
pkgdir="/usr/bin/${pkgname}"
pkgdesc="A wip universal Linux settings application."