Skip to content

Commit

Permalink
fix3
Browse files Browse the repository at this point in the history
  • Loading branch information
Young-Lord authored Dec 5, 2023
1 parent 04916b5 commit 884fe72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_qqmsg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ jobs:
- name: Compile QQMsg
shell: cmd
run: |
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
dir
working-directory: QQMsg
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: QQMsg_${{ matrix.arch }}
path: QQMsg/QQMsg.exe
path: QQMsg/QQMsg_${{ matrix.arch }}.exe


release:
Expand Down

0 comments on commit 884fe72

Please sign in to comment.