mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2024-12-23 04:27:25 +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
|
||||
id: build_sha
|
||||
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
|
||||
|
||||
- name: Nightly Release
|
||||
|
Loading…
Reference in New Issue
Block a user