summary refs log tree commit diff
diff options
context:
space:
mode:
authorJoseph Donofry <rubberduckie3554@gmail.com>2023-02-28 13:48:21 -0500
committerJoseph Donofry <rubberduckie3554@gmail.com>2023-02-28 13:48:21 -0500
commit3737da0b67b1d2ec64c5ea5a88808d9d0421351f (patch)
treeabde277fef230cfb6d9df6edf50e5ba305bd287c
parentPut releasable artifacts into artifacts dir (diff)
downloadnheko-3737da0b67b1d2ec64c5ea5a88808d9d0421351f.tar.xz
Fix dependencies
-rw-r--r--.gitlab-ci.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml

index 690cab7f..1e6e1791 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml
@@ -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: