Skip to content
This repository was archived by the owner on Nov 16, 2025. It is now read-only.

Development version is now 5.18.9.f #81

Development version is now 5.18.9.f

Development version is now 5.18.9.f #81

Workflow file for this run

name: Linux Build
on:
push:
branches: [main, develop]
pull_request:
branches: [main, develop]
jobs:
build-linux:
runs-on: ubuntu-latest
container: lighterowl/transgui-sdk:1.3
steps:
- uses: actions/checkout@v1
with:
submodules: recursive
- run: |
export HOME=/root
git config --global --add safe.directory '*'
source /root/.transgui_sdk/source.me
./.github/build_linux.sh
- uses: actions/upload-artifact@v4
with:
name: TransGUI Linux
path: units/transgui-x86_64.AppImage
if-no-files-found: error