Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
lyswhut committed Mar 19, 2022
1 parent 48db75a commit 798b840
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/beta-pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,9 @@ jobs:
path: build/*-arm64.dmg

- name: Generate file MD5
run: |
cd build
md5 *.dmg
run: |
cd build
md5 *.dmg
Linux:
name: Linux
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ jobs:
BT_TOKEN: ${{ secrets.BT_TOKEN }}

- name: Generate file MD5
run: |
cd build
md5 *.dmg
run: |
cd build
md5 *.dmg
Linux:
name: Linux
Expand Down

0 comments on commit 798b840

Please sign in to comment.