Skip to content

Commit 32d9cd2

Browse files
caidanwclaude
andcommitted
fix: correct fonts directory path in release workflow
Update release workflow to zip fonts from public/fonts directory where they were moved, fixing missing artifacts in releases. Co-Authored-By: Claude <[email protected]>
1 parent 6ff3f53 commit 32d9cd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Checkout repository
1818
uses: actions/checkout@v4
1919
- name: Create a ZIP archive from the fonts directory
20-
run: zip -r fonts.zip fonts
20+
run: zip -r fonts.zip public/fonts
2121
- name: Create new release and upload fonts.zip
2222
uses: ncipollo/release-action@v1
2323
with:

0 commit comments

Comments
 (0)