mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-25 20:48:52 +03:00
Remove expose_as for codesign job
This commit is contained in:
parent
1f42e17a05
commit
64391efc3a
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue