Skip to content

wip: clean up, athena is now a 64bits architecture #10

wip: clean up, athena is now a 64bits architecture

wip: clean up, athena is now a 64bits architecture #10

Workflow file for this run

name: Publish ISA
on:
push:
tags:
- "v*.*.*"
jobs:
run-on: ubuntu-latest

Check failure on line 9 in .github/workflows/publish.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/publish.yml

Invalid workflow file

You have an error in your yaml syntax on line 9
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install dependencies
run: sudo apt install pdflatex texlive-science texlive-latex-extra
- name: Build PDF ISA
run: make
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
athena_crypto.pdf
athena_fpu.pdf
athena_isa.pdf