mirror of
https://github.com/lightsoutgames/godot-tts
synced 2024-11-22 08:15: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
|
sudo apt-get install -y libspeechd-dev
|
||||||
cargo build --release --verbose
|
cargo build --release --verbose
|
||||||
mv target linux
|
mv target linux
|
||||||
uses: actions/upload-artifact@v1
|
- uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: linux
|
name: linux
|
||||||
path: linux
|
path: linux
|
||||||
|
|
||||||
build_windows:
|
build_windows:
|
||||||
name: Build Windows
|
name: Build Windows
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
|
@ -31,7 +32,7 @@ jobs:
|
||||||
choco install -y llvm
|
choco install -y llvm
|
||||||
cargo build --release --verbose
|
cargo build --release --verbose
|
||||||
move target windows
|
move target windows
|
||||||
uses: actions/upload-artifact@v1
|
- uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: windows
|
name: windows
|
||||||
path: windows
|
path: windows
|
||||||
|
|
Loading…
Reference in New Issue
Block a user