diff options
author | Daniel Weipert <code@drogueronin.de> | 2021-02-17 14:13:24 +0100 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2021-02-17 14:13:24 +0100 |
commit | d121af85fda614e3993422daee3508e282462cff (patch) | |
tree | b482534c07c4511c43b4e0147d254447565823be | |
parent | da3e6608b592a0f32e4f341cb1032becca35c7a5 (diff) |
Fixes .gitlab-ci.ymlv1.1.3
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6000a02..5e2f6a7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,7 +17,7 @@ release: script: - godot --export "Linux/X11" "exports/TicTacTux" - - godot --export "Mac OSX" "exports/TicTacTux.app" + - godot --export "Mac OSX" "exports/TicTacTux.dmg" - godot --export "Windows Desktop" "exports/TicTacTux.exe" - cd exports - zip TicTacTux-linux.zip TicTacTux TicTacTux.pck |