Skip to content

Commit 884fe72

Browse files
authored
fix3
1 parent 04916b5 commit 884fe72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_qqmsg.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ jobs:
2525
- name: Compile QQMsg
2626
shell: cmd
2727
run: |
28-
cl.exe QQMsg.cpp tree.c md5.c QQmsg_decode.c BlowFish.c /link /out:QQMsg.exe
28+
cl.exe QQMsg.cpp tree.c md5.c QQmsg_decode.c BlowFish.c /link /out:QQMsg_${{ matrix.arch }}.exe
2929
dir
3030
working-directory: QQMsg
3131
- name: Upload artifact
3232
uses: actions/upload-artifact@v3
3333
with:
3434
name: QQMsg_${{ matrix.arch }}
35-
path: QQMsg/QQMsg.exe
35+
path: QQMsg/QQMsg_${{ matrix.arch }}.exe
3636

3737

3838
release:

0 commit comments

Comments
 (0)