Skip to content

Commit

Permalink
Update build.yml to .NET 7.0 SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
sschmid committed Jul 28, 2023
1 parent e03511b commit dd17783
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 @@ -27,7 +27,7 @@ jobs:
run: dotnet test -c Release --no-build --collect:"XPlat Code Coverage"

- name: "Publish"
run: dotnet publish -c Release --no-build -p:UseAppHost=false -o dist/Assemblies
run: dotnet publish -c Release --no-build -p:UseAppHost=false -p:PublishDir=/home/runner/work/Entitas/Entitas/dist/Assemblies

- name: "Upload assemblies"
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit dd17783

Please sign in to comment.