Skip to content

Commit 04916b5

Browse files
authored
fix1
1 parent 5b2bc92 commit 04916b5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build_qqmsg.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ jobs:
3232
uses: actions/upload-artifact@v3
3333
with:
3434
name: QQMsg_${{ matrix.arch }}
35-
path: QQMsg/*.exe
35+
path: QQMsg/QQMsg.exe
36+
3637

3738
release:
3839
needs: build
@@ -56,4 +57,4 @@ jobs:
5657
draft: false
5758
prerelease: false
5859
fail_on_unmatched_files: true
59-
files: 'artifacts/*'
60+
files: 'artifacts/*/*.exe'

0 commit comments

Comments
 (0)