aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDioEgizio <83089242+DioEgizio@users.noreply.github.com>2022-11-09 19:52:00 +0100
committerDioEgizio <83089242+DioEgizio@users.noreply.github.com>2022-11-13 18:54:55 +0100
commit07392d493cf7b1a0cb0e0f11838986935a4d2379 (patch)
tree6844db0a8d95f601507ab6f1f75bee685920e074 /.github
parent074b53eb6b71f948ff30aca601103672c5c4c812 (diff)
downloadPrismLauncher-07392d493cf7b1a0cb0e0f11838986935a4d2379.tar.gz
PrismLauncher-07392d493cf7b1a0cb0e0f11838986935a4d2379.tar.bz2
PrismLauncher-07392d493cf7b1a0cb0e0f11838986935a4d2379.zip
fix: disable building snaps on release
the snap infra should already be able to deal with it, i think Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 3225cf1e..6104109d 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -510,10 +510,10 @@ jobs:
echo "VERSION=$ver_short" >> $GITHUB_ENV
- name: Package Snap (Linux)
id: snapcraft
- if: runner.os == 'Linux' && matrix.qt_ver != 5
+ if: runner.os == 'Linux' && inputs.build_type == 'Debug'
uses: snapcore/action-build@v1
- name: Upload Snap (Linux)
- if: runner.os == 'Linux' && matrix.qt_ver != 5
+ if: runner.os == 'Linux' && inputs.build_type == 'Debug'
uses: actions/upload-artifact@v3
with:
name: prismlauncher_${{ env.VERSION }}_amd64.snap