Skip to content

Commit

Permalink
test debug ci
Browse files Browse the repository at this point in the history
  • Loading branch information
wh201906 committed Mar 13, 2024
1 parent 1d8cd6a commit ff2560d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ jobs:
- name: Build
run: |
qmake CONFIG+=release -r ./src/SerialTest.pro
qmake CONFIG+=debug -r ./src/SerialTest.pro
make -j $((`nproc` + 1))
make clean
- name: Copy DLLs
run: |
cd ./release
cd ./debug
windeployqt ./SerialTest.exe
python ../pack/find_dlls.py ./SerialTest.exe
ls -l
Expand All @@ -62,4 +62,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: SerialTest-${{ matrix.sys }}
path: ./release/*
path: ./debug/*

0 comments on commit ff2560d

Please sign in to comment.