Skip to content

Commit

Permalink
Use bash shell
Browse files Browse the repository at this point in the history
  • Loading branch information
xen-42 committed Dec 25, 2024
1 parent eb76e27 commit 7d8d249
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand All @@ -40,6 +43,7 @@ jobs:
path: Winch/bin

- name: Move Example Mods
shell: bash
run: |
for mod in DisasterButton ExampleItems IntroSkipper
do
Expand Down

0 comments on commit 7d8d249

Please sign in to comment.