Restore before publishing

This commit is contained in:
Vitaliya
2021-08-05 23:24:26 +03:00
committed by GitHub
parent 66fc06a673
commit 04b04caa4b

View File

@@ -19,7 +19,7 @@ jobs:
with:
dotnet-version: ${{ env.DOTNET_SDK_VERSION }}
- name: Publish
run: dotnet publish -c Release -o out --no-restore
run: dotnet publish -c Release -o out
- name: Upload artifacts
uses: actions/upload-artifact@v2
with: