Skip to content

Commit

Permalink
ci: compile all files (?)
Browse files Browse the repository at this point in the history
  • Loading branch information
Young-Lord committed Nov 10, 2023
1 parent bec193d commit bd937aa
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build_qqmsg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ on:
branches:
- master
paths:
- 'QQMsg/**'
- "QQMsg/**"
- ".github/workflows/build_qqmsg.yml"

jobs:
test:
Expand All @@ -26,11 +27,11 @@ jobs:
- name: Compile QQMsg
shell: cmd
run: |
cl.exe QQMsg.cpp
cl.exe QQMsg.cpp tree.c md5.c QQmsg_decode.c /out:QQMsg.exe
dir
working-directory: QQMsg
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: QQMsg
path: QQMsg
path: QQMsg/*.exe

0 comments on commit bd937aa

Please sign in to comment.