From cec7547be24b84824a833229e200616641975817 Mon Sep 17 00:00:00 2001 From: Victor Tran Date: Sat, 18 May 2024 12:17:38 +1000 Subject: [PATCH] Run Windows deployment commands with bash --- .github/workflows/win.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/win.yml b/.github/workflows/win.yml index 72dba9f..00d9f0f 100644 --- a/.github/workflows/win.yml +++ b/.github/workflows/win.yml @@ -51,6 +51,7 @@ jobs: SOURCE_DIRECTORY: ${{ steps.theterminal.outputs.source-directory }} BUILD_DIRECTORY: ${{ steps.theterminal.outputs.build-directory }} INSTALL_DIRECTORY: ${{ steps.theterminal.outputs.install-directory }} + shell: bash run: | mkdir output mv "$BUILD_DIRECTORY/application/"theTerminal*.exe output