chore: fix build error by specifying a target framework
This commit is contained in:
Родитель
d2a077fa22
Коммит
0f2cb1a59d
|
@ -36,7 +36,7 @@ jobs:
|
|||
cp -rf gh-pages/* gh-pages/.nojekyll gh-pages/.spa ./
|
||||
cd ../../../
|
||||
dotnet build
|
||||
dotnet publish -c Release -o cargo
|
||||
dotnet publish -c Release -f net5 -o cargo
|
||||
|
||||
- name: Deploy 🚀
|
||||
uses: JamesIves/github-pages-deploy-action@releases/v3
|
||||
|
|
Загрузка…
Ссылка в новой задаче