aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authortxtsd <code@ihavea.quest>2023-03-13 22:37:16 +0530
committerGitHub <noreply@github.com>2023-03-13 22:37:16 +0530
commit7642e75b28406a876912b992d0d33c08d1b63226 (patch)
treeb9413cbbc8b2071ff7e745bca92b297dc4af220c /.github
parentabc2a529fb8ff63af6e5f9ab5443486be9e40f2f (diff)
parent4b36d1e3ead7af49fa176419249b65616853413c (diff)
downloadPrismLauncher-7642e75b28406a876912b992d0d33c08d1b63226.tar.gz
PrismLauncher-7642e75b28406a876912b992d0d33c08d1b63226.tar.bz2
PrismLauncher-7642e75b28406a876912b992d0d33c08d1b63226.zip
Merge pull request #929 from Scrumplex/drop-snap
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml25
1 files changed, 0 insertions, 25 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 8a71d1c9..ac522e2c 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -550,31 +550,6 @@ jobs:
run: |
ccache -s
- snap:
- runs-on: ubuntu-20.04
- steps:
- - name: Checkout
- if: inputs.build_type == 'Debug'
- uses: actions/checkout@v3
- with:
- submodules: 'true'
- - name: Set short version
- shell: bash
- if: inputs.build_type == 'Debug'
- run: |
- ver_short=`git rev-parse --short HEAD`
- echo "VERSION=$ver_short" >> $GITHUB_ENV
- - name: Package Snap (Linux)
- id: snapcraft
- if: inputs.build_type == 'Debug'
- uses: snapcore/action-build@v1
- - name: Upload Snap (Linux)
- if: inputs.build_type == 'Debug'
- uses: actions/upload-artifact@v3
- with:
- name: prismlauncher_${{ env.VERSION }}_amd64.snap
- path: ${{ steps.snapcraft.outputs.snap }}
-
flatpak:
runs-on: ubuntu-latest
container: