Skip to content

Update wxWidgets/ispc #9

Update wxWidgets/ispc

Update wxWidgets/ispc #9

Workflow file for this run

epname: Linux Docker Manual

Check failure on line 1 in .github/workflows/docker_manual.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/docker_manual.yml

Invalid workflow file

(Line: 1, Col: 1): Unexpected value 'epname'
on:
workflow_dispatch:
jobs:
build-linux:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v2
with:
submodules: 'true'
- run: docker pull ghcr.io/xlightssequencer/xlights-build-docker:master
- run: docker run --name buildvm ghcr.io/xlightssequencer/xlights-build-docker:master /bin/bash Recipe.appimage
- run: 'docker cp buildvm:/xLights/xLights/AppImage/ /tmp/'
- run: ls -lh /tmp/AppImage
- uses: actions/upload-artifact@v4
with:
name: xLights_AppImage
path: '/tmp/AppImage/*.AppImage'