Fix typo.

This commit is contained in:
Nolan Darilek 2020-04-11 13:15:48 -05:00
parent 8069333fde
commit befa3affa7

View File

@ -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