Skip to content

Commit

Permalink
Run Windows deployment commands with bash
Browse files Browse the repository at this point in the history
  • Loading branch information
vicr123 committed May 18, 2024
1 parent d112c5f commit cec7547
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cec7547

Please sign in to comment.