Fix
Gitea actions / Build (push) Failing after 5s
Details
Gitea actions / Build (push) Failing after 5s
Details
This commit is contained in:
parent
4a90adc6d4
commit
f57662cbfe
|
@ -3,11 +3,11 @@ run-name: ${{ gitub.actor }}
|
|||
on: [push]
|
||||
jobs:
|
||||
Build:
|
||||
runs-on: screenplain@latest
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: screenplan:latest
|
||||
- run: mkdir ScreenPlay
|
||||
- run: screenplain holyloop.fountain ScreenPlay/holyloop.pdf
|
||||
|
||||
uses: actions/upload-artifact@v2
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
path: ScreenPlay
|
||||
|
|
Loading…
Reference in New Issue