Place release files in single directory.

This commit is contained in:
Nolan Darilek 2019-10-04 13:11:27 -05:00
parent 6b4c2626d7
commit be9e963366

View File

@ -19,15 +19,14 @@ build linux:
publish: publish:
stage: publish stage: publish
script: script:
- cp godot-tts.gdnlib.release godot-tts.gdnlib - mkdir godot-tts
- mkdir -p target/release - cp godot-tts.gdnlib.release godot-tts/godot-tts.gdnlib
- cp linux/release/*.so target/release - mkdir -p godot-tts/target/release
- cp linux/release/*.so godot-tts/target/release
- cp LICENSE godot-tts
- cp TTS.gd godot-tts.g* godot-tts
artifacts: artifacts:
name: godot-tts name: godot-tts
paths: paths:
- target - godot-tts
- TTS.gd
- godot-tts.gdnlib
- godot-tts.gdns
- LICENSE
expire_in: 1 day expire_in: 1 day