Skip to content

Commit

Permalink
Disable single file publish for AOT
Browse files Browse the repository at this point in the history
  • Loading branch information
ButterscotchV committed Aug 6, 2024
1 parent 6f26343 commit 65dc15b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: dotnet test --verbosity normal

- name: Publish CLI
run: dotnet publish SlimeVrOta -c Release -r ${{ matrix.os.cs }} -o builds/cli-${{ matrix.os.cs }} -p:PublishAot=true
run: dotnet publish SlimeVrOta -c Release -r ${{ matrix.os.cs }} -o builds/cli-${{ matrix.os.cs }} -p:PublishAot=true -p:PublishSingleFile=false

- name: Upload a build artifact (CLI)
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 65dc15b

Please sign in to comment.