Skip to content

Commit

Permalink
update build.yml (5)
Browse files Browse the repository at this point in the history
  • Loading branch information
arjpar committed Jan 3, 2025
1 parent aeaa122 commit 8115515
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Archive Fonts
run: |
zip -r dist/Millennium_Code-Fonts-${{ github.run_id }}.zip dist/MillenniumCode
zip -r dist/Millennium_Code-Fonts-${{ github.run_id }}.zip dist/MillenniumCode/*
- name: Create Release
id: create_release
Expand All @@ -74,7 +74,7 @@ jobs:
tag_name: "v${{ github.run_id }}" # Unique tag for the release
name: "Millennium Code Release ${{ github.run_id }}"
body: |
Millennium Code fonts built from the latest Iosevka release (${release}).
Millennium Code fonts built from the latest Iosevka release (${{ env.release }}).
draft: false
prerelease: false
files: dist/Millennium_Code-Fonts-${{ github.run_id }}.zip
Expand Down

0 comments on commit 8115515

Please sign in to comment.