fix syntax
This commit is contained in:
parent
48db75a995
commit
798b840472
6
.github/workflows/beta-pack.yml
vendored
6
.github/workflows/beta-pack.yml
vendored
@ -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
|
||||||
|
|||||||
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -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
Block a user