mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-18 03:49:46 +00:00
[CI] Forgejo Actions based release process (squash) lint fix
(cherry picked from commit34513098e5
) (cherry picked from commita87a48acfb
) (cherry picked from commit21db8f4950
) (cherry picked from commiteb0a7e5093
) (cherry picked from commit328fbcb706
)
This commit is contained in:
parent
69894fbc82
commit
22e63701a8
|
@ -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
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
#
|
#
|
||||||
name: Pubish release
|
name: Pubish release
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags: 'v*'
|
tags: 'v*'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue