Skip to content

Commit 8f9aec7

Browse files
committed
Fix working path
1 parent 92544f7 commit 8f9aec7

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
@@ -84,7 +84,7 @@ jobs:
8484
- name: extract certificate
8585
shell: pwsh
8686
run: |
87-
$nupkg = Get-ChildItem -Path '${{ inputs.working-directory }}\artifacts' -Filter '*.nupkg' | Select-Object -First 1
87+
$nupkg = Get-ChildItem -Path '${{ github.workspace }}\artifacts' -Filter '*.nupkg' | Select-Object -First 1
8888
nuget-cert-extractor --file $nupkg --output certificates --code-signing --author --leaf
8989
9090
- name: artifact

0 commit comments

Comments
 (0)