fix(Actions): Typo
This commit is contained in:
parent
3206c51b0a
commit
fe61bed1e0
4
.github/workflows/nightly.yml
vendored
4
.github/workflows/nightly.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: Nightly Public Build
|
name: Nightly Build
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
@ -53,7 +53,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Generate Hash for binary
|
- name: Generate Hash for binary
|
||||||
run: powershell.exe "Get-FileHash YimMenu.dll | Select-Object -ExpandProperty Hash | Out-File sha256.checksum"
|
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
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
|
Reference in New Issue
Block a user