chore: fix build error by specifying a target framework

This commit is contained in:
James Yeung 2020-12-09 16:02:12 +08:00
Родитель d2a077fa22
Коммит 0f2cb1a59d
1 изменённых файлов: 1 добавлений и 1 удалений

2
.github/workflows/gh-pages.yml поставляемый
Просмотреть файл

@ -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