Skip to content

Commit c00902f

Browse files
committed
fixup!
1 parent 152b24e commit c00902f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
mv build/qjsc.exe build/qjsc-windows-${{matrix.arch}}.exe
9191
- name: check
9292
run: |
93-
ldd build/qjs-windows-x86.exe build/qjsc-windows-${{matrix.arch}}.exe
93+
ldd build/qjs-windows-${{matrix.arch}}.exe build/qjsc-windows-${{matrix.arch}}.exe
9494
- name: upload
9595
uses: actions/upload-artifact@v4
9696
with:

0 commit comments

Comments
 (0)