mirror of https://github.com/AxioDL/metaforce.git
Fix logic inversion in .gitlab-ci.yml
This commit is contained in:
parent
58fbd7cc03
commit
c899bf2d47
|
@ -24,7 +24,7 @@
|
||||||
- strip -S -o URDE.app/Contents/MacOS/urde URDE.app/Contents/MacOS/urde
|
- strip -S -o URDE.app/Contents/MacOS/urde URDE.app/Contents/MacOS/urde
|
||||||
- strip -S -o URDE.app/Contents/MacOS/hecl URDE.app/Contents/MacOS/hecl
|
- strip -S -o URDE.app/Contents/MacOS/hecl URDE.app/Contents/MacOS/hecl
|
||||||
- strip -S -o URDE.app/Contents/MacOS/visigen URDE.app/Contents/MacOS/visigen
|
- strip -S -o URDE.app/Contents/MacOS/visigen URDE.app/Contents/MacOS/visigen
|
||||||
- (if [ "${URDE_MACOS_CODESIGN}" != "" ]; then echo "Unable to sign app bundle :("; else codesign -s $URDE_MACOS_CODESIGN_UID --deep URDE.app; fi);
|
- (if [ "${URDE_MACOS_CODESIGN}" != "" ]; then codesign -s $URDE_MACOS_CODESIGN_UID --deep URDE.app; else echo "Unable to sign app bundle :("; fi);
|
||||||
only:
|
only:
|
||||||
- release
|
- release
|
||||||
- dev
|
- dev
|
||||||
|
|
Loading…
Reference in New Issue