We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fbb906 commit e5dc71aCopy full SHA for e5dc71a
.github/workflows/dotnet-release.yml
@@ -112,7 +112,7 @@ jobs:
112
name: nuget-list
113
if-no-files-found: error
114
path: |
115
- ${{ github.workspace }}/.github/workflows/SignedPackageFileList.txt
+ ${{ github.workspace }}/.github/workflows/SignClientFileList.txt
116
117
- name: Upload test results
118
uses: actions/upload-artifact@v4
@@ -226,4 +226,3 @@ jobs:
226
227
- name: Publish to NuGet
228
run: dotnet nuget push ./*.nupkg --source "https://api.nuget.org/v3/index.json" --api-key ${{ secrets.NUGET_PACKAGE_PUSH_TOKEN }}
229
-
0 commit comments