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