Skip to content

Commit a52d9ae

Browse files
committed
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.
1 parent 68826a3 commit a52d9ae

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)