Remove expose_as for codesign job
This commit is contained in:
parent
3c21e09caf
commit
cbdcde9572
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user