Skip to content

Commit

Permalink
fix file name
Browse files Browse the repository at this point in the history
  • Loading branch information
oxarbitrage committed Oct 26, 2024
1 parent efe003b commit 373cf29
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tla-pdf-generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- 'p2p.tla'
- 'Blockchain.tla'
- 'Utils.tla'
- 'Operations.tla'
- 'Operators.tla'
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -51,10 +51,10 @@ jobs:
java -cp tla2tools.jar tla2tex.TLA -shade -noPcalShade Utils.tla
ps2pdf Utils.ps Utils.pdf
- name: Generate PDF for Operations.tla
- name: Generate PDF for Operators.tla
run: |
java -cp tla2tools.jar tla2tex.TLA -shade -noPcalShade Operations.tla
ps2pdf Operations.ps Operations.pdf
java -cp tla2tools.jar tla2tex.TLA -shade -noPcalShade Operators.tla
ps2pdf Operators.ps Operators.pdf
# Upload PDFs as artifacts in a documents directory
- name: Upload PDF Artifacts
Expand All @@ -65,4 +65,4 @@ jobs:
p2p.pdf
Blockchain.pdf
Utils.pdf
Operations.pdf
Operators.pdf

0 comments on commit 373cf29

Please sign in to comment.