holyloop/.gitea/workflows/build.yaml
Workflow config file is invalid. Please check your config file: yaml: line 7: did not find expected '-' indicator

15 lines
328 B
YAML

name: Gitea actions
run-name: ${{ gitub.actor }}
on: [push]
jobs:
Build:
runs-on: screenplain-latest
steps:
- run: mkdir ScreenPlay
- run: screenplain holyloop.fountain ScreenPlay/holyloop.pdf
uses: actions/upload-artifact@v2
with:
name: assets for screenplay
path: ScreenPlay