diff --git a/.github/workflows/dotnet-desktop.yml b/.github/workflows/dotnet-desktop.yml index d73bbc5..aca5356 100644 --- a/.github/workflows/dotnet-desktop.yml +++ b/.github/workflows/dotnet-desktop.yml @@ -45,7 +45,6 @@ on: jobs: build: - strategy: matrix: configuration: [Release] # Debug, Release @@ -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