From fe61bed1e03b5954c5a349710303af2ba2c11eca Mon Sep 17 00:00:00 2001 From: Yimura Date: Tue, 11 Jan 2022 13:48:28 +0100 Subject: [PATCH] fix(Actions): Typo --- .github/workflows/nightly.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index a1fd3ae7..4627ad48 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -1,4 +1,4 @@ -name: Nightly Public Build +name: Nightly Build on: schedule: @@ -53,7 +53,7 @@ jobs: - name: Generate Hash for binary run: powershell.exe "Get-FileHash YimMenu.dll | Select-Object -ExpandProperty Hash | Out-File sha256.checksum" - working-director: bin/Release/ + working-directory: bin/Release/ - name: Upload Artifact uses: actions/upload-artifact@v2