Skip to content

Commit 1ce383c

Browse files
authored
build: distribute palette as zip file as well (#60)
1 parent e7525b7 commit 1ce383c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-please.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,5 @@ jobs:
5757
GH_TOKEN: ${{ github.token }}
5858
run: |
5959
tar czf catppuccin.tar.gz --directory=dist/palettes/ .
60-
gh release upload ${{ needs.release-please.outputs.tag_name || inputs.force_release_version }} catppuccin.tar --clobber
60+
pushd dist/palettes; zip -r "$GITHUB_WORKSPACE/catppuccin.zip" *; popd
61+
gh release upload ${{ needs.release-please.outputs.tag_name || inputs.force_release_version }} catppuccin.zip catppuccin.tar --clobber

0 commit comments

Comments
 (0)