Skip to content

Commit

Permalink
wtf is this error
Browse files Browse the repository at this point in the history
  • Loading branch information
DubbleClick committed Jul 8, 2024
1 parent d6bc070 commit 3d4782a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@ jobs:
MSBuild.exe "GW Launcher\GW Launcher.csproj" `
/target:"Restore;Publish" `
/m /nodeReuse:false `
/property:"PublishProfile=SelfContained;Version=${env:GitVersion_MajorMinor};NuGetVersion=${env:GitVersion_NuGetVersion};AssemblyVersion=${env:GitVersion_AssemblySemVer}"
/property:"PublishProfile=SelfContained" `
/property:"Version=${env:GitVersion_MajorMinor}" `
/property:"NuGetVersion=${env:GitVersion_NuGetVersion}" `
/property:"AssemblyVersion=${env:GitVersion_AssemblySemVer}"
- name: Upload Artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 3d4782a

Please sign in to comment.