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: artifacts:
paths: paths:
- build/nheko.app - build/nheko.app
- /tmp/notarize*
name: nheko-${CI_COMMIT_SHORT_SHA}-macos-app name: nheko-${CI_COMMIT_SHORT_SHA}-macos-app
expose_as: 'macos-app' expose_as: 'macos-app'
public: false public: false
@ -125,9 +124,8 @@ codesign-macos:
artifacts: artifacts:
paths: paths:
- artifacts/nheko-${CI_COMMIT_SHORT_SHA}.dmg - artifacts/nheko-${CI_COMMIT_SHORT_SHA}.dmg
- /tmp/notarize*
name: nheko-${CI_COMMIT_SHORT_SHA}-macos name: nheko-${CI_COMMIT_SHORT_SHA}-macos
expose_as: 'macos-dmg'
build-flatpak-amd64: build-flatpak-amd64:
stage: build stage: build