We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04916b5 commit 884fe72Copy full SHA for 884fe72
.github/workflows/build_qqmsg.yml
@@ -25,14 +25,14 @@ jobs:
25
- name: Compile QQMsg
26
shell: cmd
27
run: |
28
- cl.exe QQMsg.cpp tree.c md5.c QQmsg_decode.c BlowFish.c /link /out:QQMsg.exe
+ cl.exe QQMsg.cpp tree.c md5.c QQmsg_decode.c BlowFish.c /link /out:QQMsg_${{ matrix.arch }}.exe
29
dir
30
working-directory: QQMsg
31
- name: Upload artifact
32
uses: actions/upload-artifact@v3
33
with:
34
name: QQMsg_${{ matrix.arch }}
35
- path: QQMsg/QQMsg.exe
+ path: QQMsg/QQMsg_${{ matrix.arch }}.exe
36
37
38
release:
0 commit comments