Skip to content

Commit

Permalink
Remove AppImage build (at least for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
Et0h authored Sep 16, 2023
1 parent 412901e commit f15a87f
Showing 1 changed file with 0 additions and 34 deletions.
34 changes: 0 additions & 34 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,40 +137,6 @@ jobs:
path: |
dist_actions/Syncplay_${{ env.VER }}.dmg
appimage:
name: Build AppImage
runs-on: ubuntu-18.04
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Install dependencies
run: |
sudo apt-get install --no-install-recommends \
libglib2.0-0 \
libxkbcommon-x11-0 \
libxcb1 \
;
- name: Build
run: ci/appimage-script.sh

- name: Prepare for deployment
run: |
ls -al
export VER="$(cat syncplay/__init__.py | awk '/version/ {gsub("\047", "", $3); print $NF}')"
echo "VER=$VER" >> $GITHUB_ENV
mkdir dist_actions
ci/appimage-deploy.sh
ls -al dist_actions
- name: Deploy
uses: actions/upload-artifact@v2
with:
name: Syncplay-${{ env.VER }}-x86_64.AppImage
path: |
dist_actions/Syncplay-${{ env.VER }}-x86_64.AppImage
deb:
name: Build Debian package
runs-on: ubuntu-20.04
Expand Down

0 comments on commit f15a87f

Please sign in to comment.