From 7d8d2493c6563d2b6261d57a7ac49a078e5d4d13 Mon Sep 17 00:00:00 2001 From: xen-42 Date: Wed, 25 Dec 2024 01:02:41 -0500 Subject: [PATCH] Use bash shell --- .github/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7ebdcb4..ced85b9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,13 +23,16 @@ jobs: dotnet-version: '8.x.x' - name: Build Winch + shell: bash run: dotnet build -c ${{ inputs.build_type }} - name: Copy WinchConsole into Winch folder + shell: bash run: | cp -r WinchConsole/bin/* Winch/bin/ - name: Copy WinchLauncher into Winch folder + shell: bash run: | cp -r WinchLauncher/bin/* Winch/bin/ @@ -40,6 +43,7 @@ jobs: path: Winch/bin - name: Move Example Mods + shell: bash run: | for mod in DisasterButton ExampleItems IntroSkipper do