From 19944f9fd92ce247c312fc67a4a16b8ea2d3702c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Wei=C3=9F?= <72068105+Sandoun@users.noreply.github.com> Date: Mon, 21 Aug 2023 16:28:34 +0200 Subject: [PATCH] (pipeline) Fix broken restore --- .github/workflows/publish-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-pipeline.yml b/.github/workflows/publish-pipeline.yml index 29d8764..c160630 100644 --- a/.github/workflows/publish-pipeline.yml +++ b/.github/workflows/publish-pipeline.yml @@ -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