Skip to content

Commit

Permalink
hardcode filename
Browse files Browse the repository at this point in the history
  • Loading branch information
vanduc1102 committed Aug 7, 2022
1 parent ead36cc commit 3971220
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
output_dir: out

- name: Rename pdf
run: cp out/RESUME.pdf ./$RESUME_FILE_NAME.pdf
run: cp out/RESUME.pdf ./duc_nguyen_resume.pdf

- name: Create Release
id: create_release
Expand All @@ -47,6 +47,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./$RESUME_FILE_NAME.pdf
asset_name: $RESUME_FILE_NAME.pdf
asset_path: ./duc_nguyen_resume.pdf
asset_name: duc_nguyen_resume.pdf
asset_content_type: application/pdf

0 comments on commit 3971220

Please sign in to comment.