Skip to content

Commit 9e96ed6

Browse files
Merge pull request #6 from tlaplus/pull-release
Pull latest release on build
2 parents fb6dfcf + 8e7c5e2 commit 9e96ed6

4 files changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/cd.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
node-version: '20'
2828
cache: 'npm'
2929

30+
- name: Download latest TLC JAR
31+
run: curl -fSL -o public/tlaplus-web-cheerpj.jar https://github.com/FedericoPonzi/tlaplus-web/releases/latest/download/tlaplus-web-cheerpj.jar
32+
3033
- name: Install dependencies
3134
run: npm ci
3235

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
node-version: '20'
3030
cache: 'npm'
3131

32+
- name: Download latest TLC JAR
33+
run: curl -fSL -o public/tlaplus-web-cheerpj.jar https://github.com/FedericoPonzi/tlaplus-web/releases/latest/download/tlaplus-web-cheerpj.jar
34+
3235
- name: Install dependencies
3336
run: npm ci
3437

.github/workflows/pages.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ jobs:
3838
with:
3939
enablement: true
4040

41+
- name: Download latest TLC JAR
42+
run: curl -fSL -o public/tlaplus-web-cheerpj.jar https://github.com/FedericoPonzi/tlaplus-web/releases/latest/download/tlaplus-web-cheerpj.jar
43+
4144
- name: Install dependencies
4245
run: npm ci
4346

public/tlaplus-web-cheerpj.jar

-16.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)