Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmurniadi committed Jul 1, 2024
1 parent 95e9305 commit 0e15146
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on: [push]
jobs:
build_latex:
runs-on: ubuntu-latest

steps:
- name: Set up Git repository
uses: actions/checkout@v2
Expand All @@ -17,7 +18,7 @@ jobs:
run: echo "::set-output name=date::$(date +'%Y-%m-%d')"

- name: Rename pdf for release
run: mv cv.pdf cv_aaron_murniadi_v${{ github.run_number }}_${{ steps.date.outputs.date }}.pdf
run: mv /home/runner/work/cv.pdf /home/runner/work/cv_aaron_murniadi_v${{ github.run_number }}_${{ steps.date.outputs.date }}.pdf

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

0 comments on commit 0e15146

Please sign in to comment.