Skip to content

CD; try 1

CD; try 1 #1

Workflow file for this run

name: Build AppImages
on:
push:
branches: [ "cd" ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build-x86_64:
runs-on:
- ubuntu-latest
- x64
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: checkout
uses: actions/checkout@v4
- name: install dependencies
run: |
apt-get update
apt-get install -y wget openjdk-21-jdk-headless nodejs fuse
wget -qO- https://get.pnpm.io/install.sh | sh -
- name: run build
run: |
cd $GITHUB_WORKSPACE/Appimage
./build.sh