mirror of
https://github.com/lightsoutgames/godot-tts
synced 2024-11-22 15:25:56 +00:00
Create, then upload, a single artifact.
This commit is contained in:
parent
befa3affa7
commit
873a6c749d
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
|
@ -59,3 +59,8 @@ 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
|
||||||
|
with:
|
||||||
|
name: godot-tts
|
||||||
|
path: godot-tts.zip
|
||||||
|
|
Loading…
Reference in New Issue
Block a user