fix syntax

pull/930/merge
lyswhut 2022-03-19 13:07:43 +08:00
parent 48db75a995
commit 798b840472
2 changed files with 6 additions and 6 deletions

View File

@ -149,9 +149,9 @@ jobs:
path: build/*-arm64.dmg path: build/*-arm64.dmg
- name: Generate file MD5 - name: Generate file MD5
run: | run: |
cd build cd build
md5 *.dmg md5 *.dmg
Linux: Linux:
name: Linux name: Linux

View File

@ -95,9 +95,9 @@ jobs:
BT_TOKEN: ${{ secrets.BT_TOKEN }} BT_TOKEN: ${{ secrets.BT_TOKEN }}
- name: Generate file MD5 - name: Generate file MD5
run: | run: |
cd build cd build
md5 *.dmg md5 *.dmg
Linux: Linux:
name: Linux name: Linux