Skip to content

Commit

Permalink
ci: upload palettes as artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoudham committed Sep 8, 2024
1 parent 7aa3d49 commit 234833a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,9 @@ jobs:
run: deno task build
env:
COMPILE_APPLE_COLOR_LIST: 1

- name: Upload Built Palette Formats
uses: actions/upload-artifact@v4
with:
name: "Catppuccin Palette Formats"
path: dist/palettes

0 comments on commit 234833a

Please sign in to comment.