mirror of
https://github.com/lightsoutgames/godot-tts
synced 2024-11-22 01:55:57 +00:00
Fix typo.
This commit is contained in:
parent
8069333fde
commit
befa3affa7
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
|
@ -18,10 +18,11 @@ jobs:
|
|||
sudo apt-get install -y libspeechd-dev
|
||||
cargo build --release --verbose
|
||||
mv target linux
|
||||
uses: actions/upload-artifact@v1
|
||||
- uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: linux
|
||||
path: linux
|
||||
|
||||
build_windows:
|
||||
name: Build Windows
|
||||
runs-on: windows-latest
|
||||
|
@ -31,7 +32,7 @@ jobs:
|
|||
choco install -y llvm
|
||||
cargo build --release --verbose
|
||||
move target windows
|
||||
uses: actions/upload-artifact@v1
|
||||
- uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: windows
|
||||
path: windows
|
||||
|
|
Loading…
Reference in New Issue
Block a user