Skip to content

Commit 8e16311

Browse files
committed
8. attempt github package push
1 parent a50617f commit 8e16311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ jobs:
6767
dotnet restore ${GITHUB_WORKSPACE}/Test/Test.csproj --source ${GITHUB_WORKSPACE}/packages
6868
dotnet test ${GITHUB_WORKSPACE}/Test
6969
- name: Push packages to GitHub Packages
70-
run: dotnet nuget push ${{GITHUB_WORKSPACE}}/packages/'*.nupkg' --skip-duplicate
70+
run: dotnet nuget push ${GITHUB_WORKSPACE}/packages/'*.nupkg' --skip-duplicate

0 commit comments

Comments
 (0)