slight simplification of gitlab-release part
This commit is contained in:
parent
4da83b3360
commit
60e7d08663
1 changed files with 1 additions and 1 deletions
|
|
@ -90,6 +90,6 @@ Release to Gitlab:
|
||||||
image: python:latest
|
image: python:latest
|
||||||
script:
|
script:
|
||||||
- pip3 install gitlab-release
|
- pip3 install gitlab-release
|
||||||
- gitlab-release "LibreWolf.{x86_64,aarch64}.tar.bz2" "librewolf*.pkg.tar.*" "LibreWolf.{x86_64,aarch64}.AppImage" "librewolf-{x86_64,aarch64}-flatpak-repo" "LibreWolf.{x86_64,aarch64}.flatpak"
|
- gitlab-release "LibreWolf.*.tar.bz2 librewolf*.pkg.tar.* LibreWolf.*.AppImage librewolf-*-flatpak-repo LibreWolf.*.flatpak"
|
||||||
only:
|
only:
|
||||||
- tags
|
- tags
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue