Skip to content

Commit

Permalink
Merge branch 'log-console' of https://github.com/DREDGE-Mods/Winch in…
Browse files Browse the repository at this point in the history
…to log-console
  • Loading branch information
xen-42 committed Dec 26, 2023
2 parents d048fd7 + 1261ac6 commit 83f049e
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,6 +23,10 @@ jobs:
- name: Build Winch
run: dotnet build -c ${{ inputs.build_type }}

- name: Copy WinchConsole into Winch folder
run: |
mv WinchConsole/bin/* Winch/bin/*
- name: Upload Winch Artifact
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 83f049e

Please sign in to comment.