Skip to content

Commit

Permalink
Update wix-desktop.yml
Browse files Browse the repository at this point in the history
fixes build artifact folder structure... maybe
  • Loading branch information
FalcoGer committed Oct 6, 2023
1 parent cb351d6 commit c2b57dd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/wix-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ jobs:
uses: TheDoctor0/zip-release@0.7.1
with:
filename: CoordinateConverter.zip
path: ${{ env.Project_Directory }}\bin\${{matrix.configuration}}\en-US
directory: ${{ env.Project_Directory }}\bin\${{matrix.configuration}}\en-US
path: .
exclusions: "*.wixpdb"

# create/update release with the artifact
Expand All @@ -105,7 +106,7 @@ jobs:
with:
allowUpdates: true
artifactErrorsFailBuild: true
artifacts: CoordinateConverter.zip
artifacts: ${{ env.Project_Directory }}\bin\${{matrix.configuration}}\en-US\CoordinateConverter.zip
name: "$env:Major.$env:Minor.$env:Patch"
body: "Automatically generated"
omitBodyDuringUpdate: true
Expand Down

0 comments on commit c2b57dd

Please sign in to comment.