We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d9e0c0 commit 9328de3Copy full SHA for 9328de3
1 file changed
.github/workflows/ci.yml
@@ -90,19 +90,4 @@ jobs:
90
if: failure()
91
with:
92
name: Source
93
- path: ./*
94
-
95
- publish:
96
- runs-on: ubuntu-latest
97
- needs: build
98
- steps:
99
- - uses: actions/download-artifact@v4
100
- with:
101
- name: Packages
102
103
- - name: Setup NuGet
104
- run: dotnet nuget add source --username ${{ github.repository_owner }} --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json"
105
106
- - name: Publish
107
- run: dotnet nuget push -s github "**/*.nupkg"
108
- working-directory: ./output/csharp-netcore/accounting
+ path: ./*
0 commit comments