Use wildcard to avoid hard-coding project name.

This commit is contained in:
Nolan Darilek 2019-09-13 10:56:35 -05:00
parent 70fc7e9d43
commit 852d668841

View File

@ -23,7 +23,7 @@ test_script:
# - cmd: 7z a ../windows.zip *
- sh: cp godot-tts.gdns staging/godot-tts
- sh: cp godot-tts.gdnlib.release staging/godot-tts/godot-tts.gdnlib
- sh: cp target/release/libgodot_tts.so target/godot-tts/target/release
- sh: cp target/release/*.so target/godot-tts/target/release
- sh: cd target
- sh: zip -r9 godot-tts.zip godot-tts/
- sh: appveyor PushArtifact godot-tts.zip