We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e77cfb6 commit 858fc36Copy full SHA for 858fc36
.github/workflows/release.yml
@@ -75,7 +75,7 @@ jobs:
75
- name: Setup MSYS2
76
uses: msys2/setup-msys2@v2
77
with:
78
- msystem: ${{ matrix.arch == 'x86' && 'mingw32' || 'mingw64' }}
+ msystem: ${{ matrix.arch == 'x86' && 'mingw32' || 'ucrt64' }}
79
install: >-
80
git
81
make
@@ -90,6 +90,7 @@ jobs:
90
mv build/qjsc.exe build/qjsc-windows-${{matrix.arch}}.exe
91
- name: check
92
run: |
93
+ file build/qjs-windows-${{matrix.arch}}.exe
94
ldd build/qjs-windows-${{matrix.arch}}.exe build/qjsc-windows-${{matrix.arch}}.exe
95
- name: upload
96
uses: actions/upload-artifact@v4
0 commit comments