Skip to content

Commit

Permalink
chore(token-cli): upload build artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
mimokmt committed Jun 6, 2024
1 parent e284081 commit 08c0296
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tokens.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,9 @@ jobs:
run: |
yarn style-dictionary build -c pixiv-light.config.js
yarn style-dictionary build -c pixiv-dark.config.js
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: generated css
path: packages/token-cli/build/css

0 comments on commit 08c0296

Please sign in to comment.