Skip to content

Commit

Permalink
Fixing artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronpowell committed Oct 23, 2024
1 parent 2fbb906 commit e5dc71a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/dotnet-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
name: nuget-list
if-no-files-found: error
path: |
${{ github.workspace }}/.github/workflows/SignedPackageFileList.txt
${{ github.workspace }}/.github/workflows/SignClientFileList.txt
- name: Upload test results
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -226,4 +226,3 @@ jobs:

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

0 comments on commit e5dc71a

Please sign in to comment.