Skip to content

Commit

Permalink
fix: use normal dash in release file name (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
lethang7794 authored Feb 21, 2025
1 parent 4ef29bf commit 0c2c105
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/astro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -285,8 +285,8 @@ jobs:
- name: Add version as suffix to artifacts
run: |
mv CV.pdf "CV-${{ env.TAG || env.NEXT_VERSION }}${{ env.DATE }}.pdf"
mv github-pages.tar.gz "github-pages-${{ env.TAG || env.NEXT_VERSION }}${{ env.DATE }}.tar.gz"
mv CV.pdf "CV-${{ env.TAG || env.NEXT_VERSION }}-${{ env.DATE }}.pdf"
mv github-pages.tar.gz "github-pages-${{ env.TAG || env.NEXT_VERSION }}-${{ env.DATE }}.tar.gz"
- name: Release artifact
id: release-artifact
Expand Down

0 comments on commit 0c2c105

Please sign in to comment.