mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 03:00:46 +03:00
Fix dependencies
This commit is contained in:
parent
9a1a065c61
commit
3737da0b67
1 changed files with 4 additions and 2 deletions
|
@ -318,8 +318,10 @@ github-release:
|
|||
rules:
|
||||
- if: '$CI_COMMIT_TAG =~ /^test\d+\.\d+\.\d+$/'
|
||||
dependencies:
|
||||
- build
|
||||
- sign
|
||||
- appimage-amd64
|
||||
- build-flatpak-arm64
|
||||
- build-flatpak-amd64
|
||||
- codesign-macos
|
||||
before_script:
|
||||
- apk update && apk add jq curl perl
|
||||
script:
|
||||
|
|
Loading…
Reference in a new issue