Skip to content

Commit

Permalink
(pipeline) Fix broken restore
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandoun committed Aug 21, 2023
1 parent 993c3cb commit 19944f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 19944f9

Please sign in to comment.