10 lines
181 B
YAML
10 lines
181 B
YAML
|
name: CI
|
||
|
on: workflow_dispatch
|
||
|
|
||
|
jobs:
|
||
|
build:lagarto-ox-tarball:
|
||
|
runs-on: native
|
||
|
steps:
|
||
|
- uses: https://gitea.com/ScMi1/checkout@v1.4
|
||
|
- run: ci/make-tarball.sh
|