Skip to content

Commit

Permalink
Update version to 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jxpeng98 committed Feb 16, 2024
1 parent 9e7305f commit 5e48620
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
ls
echo "tag_name=$(git tag --sort version:refname | tail -n 1)" >> $GITHUB_OUTPUT
echo "tag_name=$(git tag --sort version:refname | tail -n 1)" >> "$GITHUB_OUTPUT"
- name: Create Release
id: create_release
Expand All @@ -63,7 +63,7 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./${{ env.typst_cv }}.zip
asset_name: ${{ env.typst_cv }}-${{ github.ref }}.zip
asset_name: ${{ env.typst_cv }}-${{ github.ref.tag_name }}.zip
asset_content_type: application/zip

- name: Upload CV Single zip
Expand All @@ -74,7 +74,7 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./${{ env.typst_cvs }}.zip
asset_name: ${{ env.typst_cvs }}-${{ github.ref }}.zip
asset_name: ${{ env.typst_cvs }}-${{ github.ref.tag_name }}.zip
asset_content_type: application/zip

- name: Upload Cover Letter zip
Expand All @@ -85,7 +85,7 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./${{ env.typst_cl }}.zip
asset_name: ${{ env.typst_cl }}-${{ github.ref }}.zip
asset_name: ${{ env.typst_cl }}-${{ github.ref.tag_name }}.zip
asset_content_type: application/zip

- name: Upload CV Single
Expand Down

0 comments on commit 5e48620

Please sign in to comment.