From 8fbb699021451c8c706cd6adab2dc77268bd8db8 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Wed, 9 Oct 2019 19:19:37 -0500 Subject: [PATCH] Correctly copy release resources. --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 08b451d..06f3208 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,6 +26,8 @@ package: - cp linux/release/*.so godot-tts/target/release - cp LICENSE godot-tts - cp TTS.gd godot-tts.g* godot-tts + - cp godot-tts.gdnlib.release godot-tts/godot-tts.gdnlib + - rm godot-tts/*.release artifacts: name: godot-tts paths: