mirror of
https://github.com/lightsoutgames/godot-tts
synced 2024-11-22 12:45:57 +00:00
Fix broken setup of gdnlib file for release.
This commit is contained in:
parent
e483f3467b
commit
93432f2a44
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -141,6 +141,8 @@ jobs:
|
||||||
cp LICENSE godot-tts
|
cp LICENSE godot-tts
|
||||||
cp README.md godot-tts
|
cp README.md godot-tts
|
||||||
cp TTS.gd godot-tts.g* godot-tts
|
cp TTS.gd godot-tts.g* godot-tts
|
||||||
|
rm godot-tts/*.gdnlib
|
||||||
|
mv godot-tts/godot-tts.gdnlib.release godot-tts/godot-tts.gdnlib
|
||||||
rm godot-tts/*.release
|
rm godot-tts/*.release
|
||||||
zip -r9 godot-tts godot-tts
|
zip -r9 godot-tts godot-tts
|
||||||
- uses: actions/create-release@v1
|
- uses: actions/create-release@v1
|
||||||
|
|
Loading…
Reference in New Issue
Block a user