Skip to content

Commit

Permalink
fix: demo framework 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ikpil committed Oct 28, 2023
1 parent ca019c1 commit a04629f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: dotnet build -c Release --no-restore

- name: publish
run: dotnet publish src/DotRecast.Recast.Demo -c Release --no-restore --no-self-contained --output working-temp
run: dotnet publish src/DotRecast.Recast.Demo -c Release --framework net7.0 --no-restore --no-self-contained --output working-temp

- name: version
id: version
Expand Down

0 comments on commit a04629f

Please sign in to comment.