mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-18 07:07:32 +08:00
fix(Actions): Create checksum file
This commit is contained in:
parent
442726f176
commit
0d2abaa252
3
.github/workflows/nightly.yml
vendored
3
.github/workflows/nightly.yml
vendored
@ -75,7 +75,8 @@ jobs:
|
|||||||
- name: Echo build sha256
|
- name: Echo build sha256
|
||||||
id: build_sha
|
id: build_sha
|
||||||
run: |
|
run: |
|
||||||
echo "::set-output name=build_sha::$(sha256sum YimMenu.dll)"
|
sha256sum YimMenu.dll > sha256.checksum
|
||||||
|
echo "::set-output name=build_sha::$(cat sha256.checksum)"
|
||||||
cat sha256.checksum
|
cat sha256.checksum
|
||||||
|
|
||||||
- name: Nightly Release
|
- name: Nightly Release
|
||||||
|
Loading…
x
Reference in New Issue
Block a user