Fix
Gitea actions / Build (push) Failing after 5s Details

This commit is contained in:
Mike Nolan 2024-04-19 21:52:43 -05:00
parent 4a90adc6d4
commit f57662cbfe
1 changed files with 5 additions and 5 deletions

View File

@ -3,11 +3,11 @@ run-name: ${{ gitub.actor }}
on: [push] on: [push]
jobs: jobs:
Build: Build:
runs-on: screenplain@latest runs-on: ubuntu-latest
steps: steps:
- uses: screenplan:latest
- run: mkdir ScreenPlay - run: mkdir ScreenPlay
- run: screenplain holyloop.fountain ScreenPlay/holyloop.pdf - run: screenplain holyloop.fountain ScreenPlay/holyloop.pdf
- uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v2 with:
with: path: ScreenPlay
path: ScreenPlay