Remove expose_as for codesign job

This commit is contained in:
Joseph Donofry 2022-09-24 17:46:49 -04:00 committed by Nicolas Werner
parent 1f42e17a05
commit 64391efc3a
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
1 changed files with 1 additions and 3 deletions

View File

@ -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