Skip to content

Commit 5b2bc92

Browse files
authored
fix
1 parent 56cf3e2 commit 5b2bc92

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build_qqmsg.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
- amd64
1717
- amd64_x86
1818
- amd64_arm64
19-
name: build
2019
runs-on: windows-latest
2120
steps:
2221
- uses: actions/checkout@v4
@@ -36,7 +35,7 @@ jobs:
3635
path: QQMsg/*.exe
3736

3837
release:
39-
name: release
38+
needs: build
4039
runs-on: ubuntu-latest
4140
permissions:
4241
contents: write

0 commit comments

Comments
 (0)