Skip to content

Commit

Permalink
ci(build): upload compiled artifact & display job summary (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter authored Sep 9, 2024
1 parent 7af3c09 commit 9d4828d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,19 @@ jobs:
run: |
pnpm zip
pnpm zip:firefox
- name: Set job summary
run: |
echo "$(ls -lhp dist/ | grep -v '/$' | awk '{print $5, $9}')" >> $GITHUB_STEP_SUMMARY
- name: Upload compiled Chrome extension
uses: actions/upload-artifact@v4
with:
name: catppuccin-github-file-explorer-icons-chrome
path: dist/chrome-mv3

- name: Upload compiled Firefox extension
uses: actions/upload-artifact@v4
with:
name: catppuccin-github-file-explorer-icons-firefox
path: dist/firefox-mv2

0 comments on commit 9d4828d

Please sign in to comment.