Skip to content

Commit

Permalink
Update publish.yml (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
cwinland authored Jul 15, 2024
1 parent 2b00201 commit 115303e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
fi
- name: Creating a package
run: dotnet pack FastMoq-Release.sln --no-build -c Release -o . /p:PackageVersion=${{ env.VERSION }}
run: dotnet pack wpf-material-dialogs.sln --no-build -c Release -o . /p:PackageVersion=${{ env.VERSION }}

- name: Push to NuGet
id: push
Expand Down

0 comments on commit 115303e

Please sign in to comment.