fix syntax
parent
48db75a995
commit
798b840472
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue