Fix
This commit is contained in:
parent
6dadf2610a
commit
9034a6a4ca
|
@ -3,10 +3,10 @@ run-name: ${{ gitub.actor }}
|
||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
Build:
|
Build:
|
||||||
runs-on: screenplain:latest
|
runs-on: screenplain-latest
|
||||||
steps:
|
steps:
|
||||||
- mkdir ScreenPlay
|
- run: mkdir ScreenPlay
|
||||||
- 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:
|
||||||
name: assets for screenplay
|
name: assets for screenplay
|
||||||
|
|
Loading…
Reference in New Issue