Skip to content

Commit

Permalink
zip artifact for font files
Browse files Browse the repository at this point in the history
  • Loading branch information
carloskiki committed Aug 2, 2024
1 parent 7c1fd19 commit 86dfcbe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Zip font files
run: |
zip -r font.zip font
- name: Extract version from tag
run: |
VERSION=$(echo ${GITHUB_REF} | sed 's/refs\/tags\///')
Expand All @@ -29,7 +32,7 @@ jobs:
body: ${{ env.RELEASE_NOTES }}
files: |
styles.css
font/*
font.zip
generate_release_notes: true
fail_on_unmatched_files: true

Expand Down

0 comments on commit 86dfcbe

Please sign in to comment.