diff options
author | ashuntu <101582426+ashuntu@users.noreply.github.com> | 2023-07-28 16:25:32 -0500 |
---|---|---|
committer | ashuntu <101582426+ashuntu@users.noreply.github.com> | 2023-07-28 16:25:32 -0500 |
commit | 1467072f3dcd6ea5d2e3375ad5d69f3ee6d58af2 (patch) | |
tree | f038021dfe0d083550ac60ba5046be97d50cf4ef /.github | |
parent | d133b40b254630f988c57c1111e4659023324edc (diff) | |
download | PrismLauncher-1467072f3dcd6ea5d2e3375ad5d69f3ee6d58af2.tar.gz PrismLauncher-1467072f3dcd6ea5d2e3375ad5d69f3ee6d58af2.tar.bz2 PrismLauncher-1467072f3dcd6ea5d2e3375ad5d69f3ee6d58af2.zip |
Removed snapcraft.yaml in favor of dedicated repo: https://github.com/ashuntu/prismlauncher-snap
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a234cd29..c710d54b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -569,31 +569,6 @@ jobs: run: | ccache -s - snap: - runs-on: ubuntu-22.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: |