summary refs log tree commit diff
diff options
context:
space:
mode:
authorJoseph Donofry <joedonofry@gmail.com>2022-09-24 17:46:49 -0400
committerNicolas Werner <nicolas.werner@hotmail.de>2022-09-28 12:05:40 +0200
commit64391efc3af558109a39ca09f4f3d4206ad7af75 (patch)
treed3f659c5727aa6baa4cee1c3bf22bba3f926a18f
parentAdd macos notarize logs as artifacts (diff)
downloadnheko-64391efc3af558109a39ca09f4f3d4206ad7af75.tar.xz
Remove expose_as for codesign job
-rw-r--r--.gitlab-ci.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml

index 2daee894..7b576a82 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml
@@ -96,7 +96,6 @@ build-macos: artifacts: paths: - build/nheko.app - - /tmp/notarize* name: nheko-${CI_COMMIT_SHORT_SHA}-macos-app expose_as: 'macos-app' public: false @@ -125,9 +124,8 @@ codesign-macos: artifacts: paths: - artifacts/nheko-${CI_COMMIT_SHORT_SHA}.dmg + - /tmp/notarize* name: nheko-${CI_COMMIT_SHORT_SHA}-macos - expose_as: 'macos-dmg' - build-flatpak-amd64: stage: build