Zipping isn't needed.

This commit is contained in:
Nolan Darilek 2020-04-11 13:53:12 -05:00
parent 8ee47306f6
commit 4580a5b278

View File

@ -59,7 +59,6 @@ jobs:
cp TTS.gd godot-tts.g* godot-tts cp TTS.gd godot-tts.g* godot-tts
cp godot-tts.gdnlib.release godot-tts/godot-tts.gdnlib cp godot-tts.gdnlib.release godot-tts/godot-tts.gdnlib
rm godot-tts/*.release rm godot-tts/*.release
zip -r9 godot-tts.zip godot-tts
- uses: actions/upload-artifact@v1 - uses: actions/upload-artifact@v1
with: with:
name: godot-tts name: godot-tts