Skip to content

Commit 0acfad1

Browse files
Update main.yml
1 parent 9cfef11 commit 0acfad1

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: jurplel/install-qt-action@v3.2.1
2525
with:
2626
arch: win64_mingw
27-
version: 6.5.0
27+
version: 6.5.1
2828
host: windows
2929
target: desktop
3030
tools: 'tools_ifw tools_qtcreator,qt.tools.qtcreator'
@@ -36,18 +36,17 @@ jobs:
3636
run: qmake -config release && make -j1
3737

3838
- name: Package Silaty
39-
continue-on-error: true
4039
working-directory: ${{ env.SOURCE_DIR }}
4140
run: |
4241
cd release
43-
../qt/Qt/6.5.0/mingw_64/bin/windeployqt.exe Silaty.exe
42+
../qt/Qt/6.5.1/mingw_64/bin/windeployqt.exe Silaty.exe
43+
Compress-Archive -Path ./* -Destination ../Silaty.zip
4444
4545
- name: Release Silaty
46-
if: always()
4746
uses: actions/upload-artifact@v2.2.4
4847
with:
4948
name: "windows"
50-
path: ./release/*
49+
path: ./Silaty.zip
5150

5251
# linux ----------------------------------------------------------------
5352
silatylinux:

0 commit comments

Comments
 (0)