Skip to content

Commit

Permalink
Update dotnet-desktop.yml
Browse files Browse the repository at this point in the history
- Adds DEBUG output
  • Loading branch information
FalcoGer authored Jan 19, 2024
1 parent 71939e8 commit b09988d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ on:
jobs:

build:

strategy:
matrix:
configuration: [Release] # Debug, Release
Expand Down Expand Up @@ -83,6 +82,10 @@ jobs:
env:
Configuration: ${{ matrix.configuration }}

# DEBUG
- name: Debug output
run: ls -Recurse

# Prepare release folder structure
- name: Move CoordinateConverter.lua
run: mv ${{env.Project_Directory}}\bin\${{matrix.configuration}}\en-US\DCS\Communication\CoordinateConverter.lua ${{env.Project_Directory}}\bin\${{matrix.configuration}}\en-US\CoordinateConverter.lua
Expand Down

0 comments on commit b09988d

Please sign in to comment.