fix: demo framework 7.0

This commit is contained in:
ikpil 2023-10-28 14:01:15 +09:00
parent ca019c19b3
commit a04629f415
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ jobs:
run: dotnet build -c Release --no-restore run: dotnet build -c Release --no-restore
- name: publish - 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 - name: version
id: version id: version