Skip to content

Commit 0db8763

Browse files
authored
fix: fix up #51: DLLの場所を直す (#81)
1 parent f93ba75 commit 0db8763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ jobs:
536536
537537
- name: Code signing (Windows)
538538
if: runner.os == 'Windows' && inputs.code_signing
539-
run: find ./${{ matrix.result_dir }}/${{ matrix.artifact_name }}/lib -name '*.dll' -exec ./builder/codesign.bash {} ';'
539+
run: find ./artifact/lib -name '*.dll' -exec ./builder/codesign.bash {} ';'
540540
env:
541541
ESIGNERCKA_USERNAME: ${{ secrets.ESIGNERCKA_USERNAME }}
542542
ESIGNERCKA_PASSWORD: ${{ secrets.ESIGNERCKA_PASSWORD }}

0 commit comments

Comments
 (0)