fix(Actions): Removed checksum from Windows step
This commit is contained in:
parent
77418fafe7
commit
ee84b8bd1d
7
.github/workflows/nightly.yml
vendored
7
.github/workflows/nightly.yml
vendored
@ -51,17 +51,12 @@ jobs:
|
|||||||
run: ren BigBaseV2.dll YimMenu.dll
|
run: ren BigBaseV2.dll YimMenu.dll
|
||||||
working-directory: bin/Release/
|
working-directory: bin/Release/
|
||||||
|
|
||||||
- name: Generate Hash for binary
|
|
||||||
run: powershell.exe "Get-FileHash YimMenu.dll | Select-Object -ExpandProperty Hash | Out-File sha256.checksum"
|
|
||||||
working-directory: bin/Release/
|
|
||||||
|
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: binary
|
name: binary
|
||||||
path: |
|
path: |
|
||||||
bin/Release/YimMenu.dll
|
bin/Release/YimMenu.dll
|
||||||
bin/Release/sha256.checksum
|
|
||||||
|
|
||||||
- name: Get commit short sha for nightly name
|
- name: Get commit short sha for nightly name
|
||||||
id: short_sha
|
id: short_sha
|
||||||
@ -70,7 +65,7 @@ jobs:
|
|||||||
create_release:
|
create_release:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Create Release
|
name: Create Release
|
||||||
needs: build-nightly
|
needs: build_nightly
|
||||||
steps:
|
steps:
|
||||||
- name: Download Artifact
|
- name: Download Artifact
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v2
|
||||||
|
Reference in New Issue
Block a user