Fix Dlib DLL path
Mixed up Unix and Windows path separators
This commit is contained in:
parent
0af95d9314
commit
4054968fc3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deployment-hsm-testing.yml
vendored
2
.github/workflows/deployment-hsm-testing.yml
vendored
|
|
@ -90,7 +90,7 @@ jobs:
|
|||
- name: Build release binaries
|
||||
shell: bash
|
||||
env:
|
||||
DLIB_PATH: ${{ runner.temp }}\acs\bin/x64/Azure.CodeSigning.Dlib.dll
|
||||
DLIB_PATH: ${{ runner.temp }}\acs\bin\x64\Azure.CodeSigning.Dlib.dll
|
||||
METADATA_PATH: ${{ runner.temp }}\acs\metadata.json
|
||||
TAG_NAME: ${{ inputs.tag_name }}
|
||||
run: script/release-hsm --local "$TAG_NAME" --platform windows --config .goreleaser-hsm.yml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue