Skip to content

Fixed broken links and rst header underlining. #1

Fixed broken links and rst header underlining.

Fixed broken links and rst header underlining. #1

Workflow file for this run

name: 'Build End of Chapter Archives'
on:
push:
tags:
- "v*.*.*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
run: ./build-eoc-archs.sh
- name: Upload End of Chapter Archives
id: upload
uses: softprops/action-gh-release@v1
with:
files:
- build/eoc_archs/Chapter2.zip

Check failure on line 19 in .github/workflows/build-eoc-archs.yml

View workflow run for this annotation

GitHub Actions / Build End of Chapter Archives

Invalid workflow file

The workflow is not valid. .github/workflows/build-eoc-archs.yml (Line: 19, Col: 13): A sequence was not expected
- build/eoc_archs/Chapter3.zip
- build/eoc_archs/Chapter4.zip
- build/eoc_archs/Chapter5.zip