Remove expose_as for codesign job

This commit is contained in:
Joseph Donofry 2022-09-24 17:46:49 -04:00
parent 3c21e09caf
commit cbdcde9572
No known key found for this signature in database
GPG key ID: E8A1D78EF044B0CB

View file

@ -130,7 +130,6 @@ build-macos:
artifacts:
paths:
- build/nheko.app
- /tmp/notarize*
name: nheko-${CI_COMMIT_SHORT_SHA}-macos-app
expose_as: 'macos-app'
public: false
@ -159,9 +158,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