forked from bit/DotRecastNetSim
fix: demo framework 7.0
This commit is contained in:
parent
ca019c19b3
commit
a04629f415
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue