mirror of
https://github.com/Qv2ray/Qv2ray.git
synced 2025-05-20 02:40:20 +08:00
fix, ci, Qt6: do not deploy with Qt6 in Linux !QT5 !APK !DEB !NSIS !AUR
This commit is contained in:
parent
12280ab017
commit
add3663a6d
6
.github/workflows/build-qv2ray-qt6.yml
vendored
6
.github/workflows/build-qv2ray-qt6.yml
vendored
@ -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
|
||||
|
@ -1 +1 @@
|
||||
6095
|
||||
6096
|
||||
|
Loading…
Reference in New Issue
Block a user