Skip to content

Commit

Permalink
🧩 Update build.yml after moving files around.
Browse files Browse the repository at this point in the history
  • Loading branch information
hexawyz committed Aug 31, 2024
1 parent 476d856 commit f461f4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

# Build the WiX project, which depends on the main projects
- name: Build the installer
run: msbuild Exo.InstallerPackage\Exo.InstallerPackage.wixproj /t:Build /p:Configuration=$env:Configuration /p:Platform=x64 /p:OutputName="$env:ARTIFACT_NAME"
run: msbuild src\Exo\Exo.InstallerPackage\Exo.InstallerPackage.wixproj /t:Build /p:Configuration=$env:Configuration /p:Platform=x64 /p:OutputName="$env:ARTIFACT_NAME"
env:
Configuration: ${{ matrix.configuration }}

Expand All @@ -52,5 +52,5 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: ${{ env.ARTIFACT_NAME }}
path: Exo.InstallerPackage\bin\x64\Release\en-US\${{ env.ARTIFACT_NAME }}.msi
path: src\Exo\Exo.InstallerPackage\bin\x64\Release\en-US\${{ env.ARTIFACT_NAME }}.msi

0 comments on commit f461f4b

Please sign in to comment.