Skip to content

ci: use typst image

ci: use typst image #1

Workflow file for this run

name: Include poster in release
on:
push:
tags:
- "v*"
jobs:
build_typst:
uses: ./.github/workflows/build.yml
with:
is_release: true
make_release:
needs:

Check failure on line 16 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / Include poster in release

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 16, Col: 5): Required property is missing: runs-on
build_typst
steps:
- name: get pdf
uses: actions/[email protected]
with:
name: poster
path: build/modos.pdf
- uses: actions/checkout@v4
- name: create release
uses: actions/action-gh-release@v2
with:
files: build/modos.pdf