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]
|
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
|
|
||||||
|
|
Loading…
Reference in New Issue