Skip to content

Commit 86d9ba1

Browse files
committed
Build: Provide full path to installer-wrapper file for signing
1 parent ca0b1c9 commit 86d9ba1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
endpoint: https://neu.codesigning.azure.net/
9999
signing-account-name: essential
100100
certificate-profile-name: spark-universe
101-
files: dist\installer-wrapper.exe
101+
files: ${{ github.workspace }}\dist\installer-wrapper.exe
102102
file-digest: SHA256
103103
timestamp-rfc3161: http://timestamp.acs.microsoft.com
104104
timestamp-digest: SHA256

0 commit comments

Comments
 (0)