ci: try using env variable to find dlls

This commit is contained in:
itsmattkc
2020-09-15 03:46:18 +10:00
committed by GitHub
parent 916f170fa2
commit 9ec4dd3467
+1 -1
View File
@@ -82,7 +82,7 @@ jobs:
- name: Create Package
working-directory: ${{runner.workspace}}/build
run: mkdir olive-editor && copy app\olive-editor.exe olive-editor && windeployqt olive-editor\olive-editor.exe && copy ..\bin\*.dll olive-editor
run: mkdir olive-editor && copy app\olive-editor.exe olive-editor && windeployqt olive-editor\olive-editor.exe && copy %GITHUB_WORKSPACE%\bin\*.dll olive-editor
- name: Deploy Portable
working-directory: ${{runner.workspace}}/build/olive-editor