Skip to content

Commit

Permalink
Fix self-contained build warning
Browse files Browse the repository at this point in the history
  • Loading branch information
lahm86 committed Nov 17, 2024
1 parent bc80265 commit 6c07ca9
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 @@ -23,7 +23,7 @@ jobs:
run: |
dotnet restore
dotnet test --filter TestCategory!=OriginalIO
dotnet publish -c Release -a x64 --property:PublishDir=build
dotnet publish TRRandomizerView -c Release -a x64 --property:PublishDir=build --self-contained false
- name: Package the build
run: |
Expand Down

0 comments on commit 6c07ca9

Please sign in to comment.