Skip to content

Commit

Permalink
Fix publish dir
Browse files Browse the repository at this point in the history
  • Loading branch information
killerwife committed May 22, 2022
1 parent 5bbd380 commit b7ffa0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

# Create the app by building and publishing the project
- name: Create the app
run: msbuild $env:Solution_Name /t:Publish /p:PublishDir="${{ env.Solution_Name }}/bin/${{ env.Configuration }}/publish" /p:Configuration=$env:Configuration /p:Platform=$env:Platform
run: msbuild $env:Solution_Name /t:Publish /p:PublishDir="bin/${{ env.Configuration }}/publish" /p:Configuration=$env:Configuration /p:Platform=$env:Platform
env:
Configuration: ${{ matrix.configuration }}
Platform: ${{ matrix.platform }}
Expand Down

0 comments on commit b7ffa0f

Please sign in to comment.