fix(Actions): Typo

This commit is contained in:
Yimura 2022-01-11 13:48:28 +01:00
parent 3206c51b0a
commit fe61bed1e0
No known key found for this signature in database
GPG Key ID: 3D8FF4397E768682

View File

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