fix release.yaml (#34)

Signed-off-by: hantmac <hantmac@outlook.com>
This commit is contained in:
Jeremy 2021-12-02 16:54:51 +08:00 committed by GitHub
parent 97963850fe
commit 9a1f012949
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -71,8 +71,6 @@ jobs:
runs-on: ubuntu-latest
name: upload-sha256sums
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Get release
id: get_release
uses: bruceadams/get-release@v1.2.2
@ -82,7 +80,7 @@ jobs:
name: sha256sums
- shell: bash
run: |
for file in *
for file in *.txt
do
cat ${file} >> sha256sums.txt
done