mirror of
https://github.com/isledecomp/SIEdit.git
synced 2024-11-27 01:25:45 -05:00
ci: correct deploy paths
This commit is contained in:
parent
809909b2ef
commit
1da8279972
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -46,8 +46,8 @@ jobs:
|
|||
shell: bash
|
||||
run: |
|
||||
mkdir deploy
|
||||
cp *.exe deploy
|
||||
cp *.dll deploy
|
||||
cp app/*.exe deploy
|
||||
cp lib/*.dll deploy
|
||||
cd deploy
|
||||
windeployqt si-edit.exe libweaver.dll
|
||||
7z a libweaver.zip *
|
||||
|
|
Loading…
Reference in a new issue