Skip to content

Commit

Permalink
build: distribute palette as zip file as well (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
nekowinston authored Dec 29, 2023
1 parent e7525b7 commit 1ce383c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,5 @@ jobs:
GH_TOKEN: ${{ github.token }}
run: |
tar czf catppuccin.tar.gz --directory=dist/palettes/ .
gh release upload ${{ needs.release-please.outputs.tag_name || inputs.force_release_version }} catppuccin.tar --clobber
pushd dist/palettes; zip -r "$GITHUB_WORKSPACE/catppuccin.zip" *; popd
gh release upload ${{ needs.release-please.outputs.tag_name || inputs.force_release_version }} catppuccin.zip catppuccin.tar --clobber

0 comments on commit 1ce383c

Please sign in to comment.