Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthonyive authored Oct 6, 2023
1 parent 79bd794 commit a48b30e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,6 @@ jobs:
- name: Create release
uses: ncipollo/release-action@v1
with:
artifacts: "resume.pdf"
artifacts: "resume_${{ env.NOW }}.pdf"
tag: ${{ env.NOW }}
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a48b30e

Please sign in to comment.