Skip to content

Commit e5dc71a

Browse files
committed
Fixing artifact
1 parent 2fbb906 commit e5dc71a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/dotnet-release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
name: nuget-list
113113
if-no-files-found: error
114114
path: |
115-
${{ github.workspace }}/.github/workflows/SignedPackageFileList.txt
115+
${{ github.workspace }}/.github/workflows/SignClientFileList.txt
116116
117117
- name: Upload test results
118118
uses: actions/upload-artifact@v4
@@ -226,4 +226,3 @@ jobs:
226226

227227
- name: Publish to NuGet
228228
run: dotnet nuget push ./*.nupkg --source "https://api.nuget.org/v3/index.json" --api-key ${{ secrets.NUGET_PACKAGE_PUSH_TOKEN }}
229-

0 commit comments

Comments
 (0)