Skip to content

Commit a887d09

Browse files
committed
Another path format
1 parent a5b47c5 commit a887d09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sign.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
--trusted-signing-certificate-profile "${{ secrets.TRUSTED_SIGNING_PROFILE }}"
7979
8080
- name: verify signature
81-
run: dotnet nuget verify "${{ github.workspace }}/artifacts"
81+
run: dotnet nuget verify "${{ github.workspace }}\artifacts\*.nupkg"
8282

8383
- name: artifact
8484
uses: actions/upload-artifact@v5

0 commit comments

Comments
 (0)