From befa3affa72e88ed3bc7ecaaa13c7ee04452a51a Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Sat, 11 Apr 2020 13:15:48 -0500 Subject: [PATCH] Fix typo. --- .github/workflows/release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ae15644..7349340 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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