mirror of
https://github.com/OpenLogics/MewtocolNet.git
synced 2025-12-06 03:01:24 +00:00
(pipeline) Fix broken restore
This commit is contained in:
2
.github/workflows/publish-pipeline.yml
vendored
2
.github/workflows/publish-pipeline.yml
vendored
@@ -137,7 +137,7 @@ jobs:
|
||||
dotnet-version: '6.0.x'
|
||||
|
||||
- name: Restore dependencies
|
||||
run: dotnet restore
|
||||
run: dotnet restore ./MewtocolNet/MewtocolNet.csproj
|
||||
|
||||
- name: Build as ${{ github.event.inputs.version_tag }}${{ env.prerelease_append }}
|
||||
run: dotnet build "MewtocolNet" --no-incremental
|
||||
|
||||
Reference in New Issue
Block a user