Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Persivan committed Jul 30, 2024
1 parent bfbb91e commit 2d3da8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: dotnet build ./USM_Builder/USM_builder/USM_builder.csproj --configuration Release

- name: Publish
run: dotnet publish ./USM_Builder/USM_builder/USM_builder.csproj --configuration Release --output ./publish
run: dotnet publish ./USM_Builder/USM_builder/USM_builder.csproj --configuration Release --output ./publish --runtime win-x64 --self-contained

- name: Upload Build Artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 2d3da8b

Please sign in to comment.