Aggiornamento versione. Corretta pipeline.
This commit is contained in:
parent
b669bebb47
commit
e186cf511f
2 changed files with 10 additions and 12 deletions
|
@ -7,19 +7,17 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Fix permissions
|
- name: Fix permissions
|
||||||
run: /fixperms.sh
|
run: /fixperms.sh
|
||||||
|
|
||||||
- name: Compile package
|
- name: Compile package
|
||||||
run: /paruw.sh "paru -Bi ${{ gitea.workspace }}"
|
run: /paruw.sh "paru -B ${{ gitea.workspace }}"
|
||||||
- name: Setup go for publishing
|
|
||||||
uses: actions/setup-go@v4
|
# actions/forgejo-release@v2.6.0 requires a deb system
|
||||||
with:
|
|
||||||
go-version: '>=1.20.1'
|
|
||||||
- name: Upload Package Archive
|
- name: Upload Package Archive
|
||||||
uses: actions/forgejo-release@v2.6.0
|
uses: https://gitea.com/actions/gitea-release-action@v1
|
||||||
with:
|
with:
|
||||||
direction: upload
|
|
||||||
release-dir: ./
|
|
||||||
files: "*.pkg.tar.zst"
|
files: "*.pkg.tar.zst"
|
||||||
token: ${{ secrets.APITOKEN_RELEASE }}
|
api_key: ${{ secrets.APITOKEN_RELEASE }}
|
||||||
md5sum: true
|
md5sum: true
|
||||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: Emiliano Vavassori <syntaxerrormmm@gmail.com>
|
# Maintainer: Emiliano Vavassori <syntaxerrormmm@gmail.com>
|
||||||
|
|
||||||
pkgname=ferrumgate-bin
|
pkgname=ferrumgate-bin
|
||||||
pkgver=1.9.0
|
pkgver=1.10.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Ferrumgate client for Linux - Binaries from .deb"
|
pkgdesc="Ferrumgate client for Linux - Binaries from .deb"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
@ -11,8 +11,8 @@ install=
|
||||||
options=('!strip')
|
options=('!strip')
|
||||||
|
|
||||||
ARCH='amd64'
|
ARCH='amd64'
|
||||||
md5sums=('0000e6bbc3c38b68f47333921ff9dbd2')
|
source=('https://github.com/ferrumgate/secure.client/releases/download/v1.10.0/ferrumgate_1.10.0_linux_amd64.deb')
|
||||||
source=('https://github.com/ferrumgate/secure.client/releases/download/v1.9.0/ferrumgate_1.9.0_linux_amd64.deb')
|
sha256sums=('c487fcbdefaa8678d9d520332afef7098c7584364fd32daaabadcd828ae47c89')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
pkgsrc=$srcdir/$pkgbase-$pkgver
|
pkgsrc=$srcdir/$pkgbase-$pkgver
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue