Skip to content

Commit 21163b2

Browse files
committed
👷 构建问题
1 parent 480aaf2 commit 21163b2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ jobs:
5555
env:
5656
GH_TOKEN: ${{ secrets.GH_TOKEN }}
5757

58-
- name: Build & release app
59-
if: matrix.os == 'windows-2019'
60-
run: |
61-
npm run release_win
62-
env:
63-
GH_TOKEN: ${{ secrets.GH_TOKEN }}
58+
- name: Build & release app
59+
if: matrix.os == 'windows-2019'
60+
run: |
61+
npm run release_win
62+
env:
63+
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)