fix(Actions): Create checksum file

This commit is contained in:
Yimura 2022-01-11 14:27:11 +01:00
parent ee84b8bd1d
commit bea8dc2c31
No known key found for this signature in database
GPG Key ID: 3D8FF4397E768682

View File

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