mirror of
https://github.com/posquit0/Awesome-CV.git
synced 2026-01-08 10:17:23 +08:00
Update main.yml
This commit is contained in:
parent
da863bf6f6
commit
596d2faad5
1 changed files with 5 additions and 0 deletions
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
|
|
@ -30,6 +30,11 @@ jobs:
|
|||
name: examples
|
||||
path: examples/*.pdf
|
||||
|
||||
- name: Rename PDFs with date
|
||||
run: |
|
||||
cp examples/cv.pdf examples/cv-${{ env.DATE }}.pdf
|
||||
cp examples/resume.pdf examples/resume-${{ env.DATE }}.pdf
|
||||
|
||||
|
||||
- name: Create GitHub Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue