fix, ci, Qt6: do not deploy with Qt6 in Linux !QT5 !APK !DEB !NSIS !AUR

This commit is contained in:
QxQ 2020-12-13 20:29:03 +08:00
parent 12280ab017
commit add3663a6d
2 changed files with 4 additions and 4 deletions

View File

@ -165,7 +165,7 @@ jobs:
cmake --install .
# ========================================================================================================= Deployments
- name: Linux - ${{ matrix.qt_version }} - Generating AppImage
if: matrix.platform == 'ubuntu-20.04'
if: false #matrix.platform == 'ubuntu-20.04'
run: |
cd build
cd AppDir
@ -189,14 +189,14 @@ jobs:
-extra-plugins=iconengines,imageformats,platforminputcontexts
mv ./Qv2ray*.AppImage ./Qv2ray.AppImage
- name: Linux - ${{ matrix.qt_version }} - Uploading Artifact
if: matrix.platform == 'ubuntu-20.04'
if: false #matrix.platform == 'ubuntu-20.04'
uses: actions/upload-artifact@master
with:
name: Qv2ray-${{ github.sha }}.linux-${{ matrix.ui_type }}.qt${{ matrix.qt_version }}-${{ matrix.build_type }}.AppImage
path: build/Qv2ray.AppImage
- name: Linux - ${{ matrix.qt_version }} - Upload binaries to release
uses: svenstaro/upload-release-action@v1-release
if: github.event_name == 'release' && matrix.platform == 'ubuntu-20.04' && matrix.ui_type == 'QWidget' && matrix.qt_version == '6.0.0' && matrix.build_type == 'Release'
if: false #github.event_name == 'release' && matrix.platform == 'ubuntu-20.04' && matrix.ui_type == 'QWidget' && matrix.qt_version == '6.0.0' && matrix.build_type == 'Release'
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: build/Qv2ray.AppImage

View File

@ -1 +1 @@
6095
6096