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 08d358b commit 9cfef11Copy full SHA for 9cfef11
.github/workflows/main.yml
@@ -24,7 +24,7 @@ jobs:
24
uses: jurplel/install-qt-action@v3.2.1
25
with:
26
arch: win64_mingw
27
- version: 6.5.1
+ version: 6.5.0
28
host: windows
29
target: desktop
30
tools: 'tools_ifw tools_qtcreator,qt.tools.qtcreator'
@@ -36,12 +36,14 @@ jobs:
36
run: qmake -config release && make -j1
37
38
- name: Package Silaty
39
+ continue-on-error: true
40
working-directory: ${{ env.SOURCE_DIR }}
41
run: |
42
cd release
- ../qt/Qt/6.5.1/mingw_64/bin/windeployqt.exe Silaty.exe
43
+ ../qt/Qt/6.5.0/mingw_64/bin/windeployqt.exe Silaty.exe
44
45
- name: Release Silaty
46
+ if: always()
47
uses: actions/upload-artifact@v2.2.4
48
49
name: "windows"
0 commit comments