Skip to content

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.2
steps:
- uses: actions/checkout@v1
with:
submodules: recursive
- run: |
git config --global --add safe.directory /__w/transgui/transgui

Check failure on line 21 in .github/workflows/linux.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/linux.yml

Invalid workflow file

You have an error in your yaml syntax on line 21
source ~/.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