Skip to content

Commit

Permalink
Use sh to run action script
Browse files Browse the repository at this point in the history
Signed-off-by: Marcello Seri <marcello.seri@gmail.com>
  • Loading branch information
mseri committed Sep 5, 2024
1 parent e90bf43 commit e1055ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate_pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: compile.sh
uses: dante-ev/latex-action@latest
with:
entrypoint: ./compile.sh
entrypoint: sh compile.sh

- name: rename tg
run: mv hm.pdf assets/hm-tg.pdf
Expand All @@ -90,7 +90,7 @@ jobs:

- name: recompile
run: |
./compile.sh
sh compile.sh
mv hm.pdf assets/hm-od.pdf
- name: Upload release assets
Expand Down

0 comments on commit e1055ae

Please sign in to comment.