Skip to content

Commit

Permalink
Update build_windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Sep 5, 2023
1 parent 68c3628 commit eb76644
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,16 @@ jobs:
..\jom\jom -j2
ls -a
cd release
cp "D:\a\QOpenHD\Qt\5.15.2\msvc2019_64\bin\*.dll" .
ls -a
cd ../release
ls -a
cd
- name: Copy DLLs
run: |
cp "D:\a\QOpenHD\Qt\5.15.2\msvc2019_64\bin\*.dll" D:\a\QOpenHD\QOpenHD\build\release\
- name: Upload to Github
uses: 'actions/upload-artifact@v2'
Expand Down

0 comments on commit eb76644

Please sign in to comment.