Skip to content

Initial commit

Initial commit #1

Workflow file for this run

name: Package LeoCAD
on:
push:
branches:
- main
jobs:
build-debian:
runs-on: debian-latest
steps:

Check failure on line 12 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

You have an error in your yaml syntax on line 12
- name: Checkout repository
- uses: actions/checkout@v2
- name: Download release binary
- uses: robinraju/release-downloader@v1.8
with:
repository: "leozide/leocad"
latest: true
fileName: "*.AppImage"
- name: Create Debian package
run: |
bash build.sh