Skip to content

Commit

Permalink
pdf file name
Browse files Browse the repository at this point in the history
  • Loading branch information
orensbruli committed Jan 4, 2024
1 parent 4bd6769 commit b7ba46f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github_action_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: docker run --name latex-container latex-build

- name: Copy PDF from Docker Container
run: docker cp latex-container:/usr/src/app/output.pdf .
run: docker cp latex-container:/latex_content/cv-piotr-kowalski.pdf output.pdf

- name: Upload PDF as Artifact
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit b7ba46f

Please sign in to comment.