Skip to content

Commit

Permalink
specify template directory for artifact in actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
extua committed Oct 20, 2024
1 parent 1dee85a commit a4ad798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
source_file: template/main.typ

- name: Rename main.pdf
run: mv main.pdf calendar.pdf
run: mv template/main.pdf calendar.pdf

- name: Upload PDF file
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit a4ad798

Please sign in to comment.