ci: use bash for package creation

This commit is contained in:
itsmattkc
2020-09-15 12:04:48 +10:00
committed by GitHub
parent 43f6b4cbcc
commit 24a60f5ca1
+2 -1
View File
@@ -82,7 +82,8 @@ 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 %GITHUB_WORKSPACE%\bin\*.dll olive-editor
shell: bash
run: mkdir olive-editor && cp app/olive-editor.exe olive-editor && windeployqt olive-editor/olive-editor.exe && cp $GITHUB_WORKSPACE/bin/*.dll olive-editor
- name: Deploy Portable
working-directory: ${{runner.workspace}}/build/olive-editor