We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68826a3 commit a52d9aeCopy full SHA for a52d9ae
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Checkout repository
18
uses: actions/checkout@v4
19
- name: Create a ZIP archive from the fonts directory
20
- run: zip -r fonts.zip fonts
+ run: zip -r fonts.zip public/fonts
21
- name: Create new release and upload fonts.zip
22
uses: ncipollo/release-action@v1
23
with:
0 commit comments