mirror of
https://github.com/lightsoutgames/godot-tts
synced 2024-11-22 13:45:57 +00:00
Fix incorrect path.
This commit is contained in:
parent
e3a7c18d1a
commit
f695e00c41
|
@ -21,8 +21,7 @@ publish:
|
||||||
script:
|
script:
|
||||||
- cp godot-tts.gdnlib.release godot-tts.gdnlib
|
- cp godot-tts.gdnlib.release godot-tts.gdnlib
|
||||||
- mkdir -p target/release
|
- mkdir -p target/release
|
||||||
- ls linux/
|
- cp linux/release/*.so target/release
|
||||||
- cp linux/target/release/*.so target/release
|
|
||||||
artifacts:
|
artifacts:
|
||||||
name: $CI_JOB_NAME
|
name: $CI_JOB_NAME
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user