[CI] Forgejo Actions based release process (squash) lint fix

(cherry picked from commit 34513098e5)
(cherry picked from commit a87a48acfb)
(cherry picked from commit 21db8f4950)
(cherry picked from commit eb0a7e5093)
(cherry picked from commit 328fbcb706)
This commit is contained in:
Earl Warren 2023-12-19 15:35:06 +01:00
parent 69894fbc82
commit 22e63701a8
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
2 changed files with 2 additions and 2 deletions

View file

@ -80,7 +80,7 @@ jobs:
for suffix in '' '.xz' ; do for suffix in '' '.xz' ; do
curl --fail -L -sS $url/root/forgejo/releases/download/v$version/$binary$suffix > $binary$suffix curl --fail -L -sS $url/root/forgejo/releases/download/v$version/$binary$suffix > $binary$suffix
if test "$suffix" = .xz ; then if test "$suffix" = .xz ; then
unxz --keep $binary$suffix unxz --keep $binary$suffix
fi fi
chmod +x $binary chmod +x $binary
./$binary --version | grep $version ./$binary --version | grep $version

View file

@ -28,7 +28,7 @@
# #
name: Pubish release name: Pubish release
on: on:
push: push:
tags: 'v*' tags: 'v*'