Skip to content

Commit 27d48ab

Browse files
committed
fix: recursive zip for release bundle
1 parent 54053c2 commit 27d48ab

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
@@ -42,7 +42,7 @@ jobs:
4242
# Create a zip file with the two release assets
4343
- name: Create Release ZIP
4444
if: startsWith(github.ref, 'refs/tags/')
45-
run: zip -j .build/release/teemoji_${{ github.ref_name }}.zip .build/release/teemoji .build/release/teemoji_teemoji.bundle
45+
run: zip -r .build/release/teemoji_${{ github.ref_name }}.zip .build/release/teemoji .build/release/teemoji_teemoji.bundle
4646

4747
# Create GitHub Release and Upload Assets
4848
- name: Create GitHub Release

0 commit comments

Comments
 (0)