We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f93ba75 commit 0db8763Copy full SHA for 0db8763
.github/workflows/build.yml
@@ -536,7 +536,7 @@ jobs:
536
537
- name: Code signing (Windows)
538
if: runner.os == 'Windows' && inputs.code_signing
539
- run: find ./${{ matrix.result_dir }}/${{ matrix.artifact_name }}/lib -name '*.dll' -exec ./builder/codesign.bash {} ';'
+ run: find ./artifact/lib -name '*.dll' -exec ./builder/codesign.bash {} ';'
540
env:
541
ESIGNERCKA_USERNAME: ${{ secrets.ESIGNERCKA_USERNAME }}
542
ESIGNERCKA_PASSWORD: ${{ secrets.ESIGNERCKA_PASSWORD }}
0 commit comments