Skip to content

Commit

Permalink
Merge pull request #29 from farm-fe/feat-icons
Browse files Browse the repository at this point in the history
feat: plugin icons
  • Loading branch information
CCherry07 authored Jul 8, 2024
2 parents 97ac7b6 + b8cb9c8 commit bc7cd42
Show file tree
Hide file tree
Showing 82 changed files with 9,833 additions and 268 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,8 @@ jobs:
with:
name: ${{ github.sha }}-${{ matrix.settings.abi }}-url
path: ./packages/url/npm/${{ matrix.settings.abi }}/index.farm
- name: Upload Plugin icons
uses: actions/upload-artifact@v3
with:
name: ${{ github.sha }}-${{ matrix.settings.abi }}-icons
path: ./packages/icons/npm/${{ matrix.settings.abi }}/index.farm
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
mv /tmp/artifacts/${{ github.sha }}-${abi}-strip/* ./packages/strip/npm/${abi}
mv /tmp/artifacts/${{ github.sha }}-${abi}-image/* ./packages/image/npm/${abi}
mv /tmp/artifacts/${{ github.sha }}-${abi}-url/* ./packages/url/npm/${abi}
mv /tmp/artifacts/${{ github.sha }}-${abi}-icons/* ./packages/icons/npm/${abi}
test -f ./packages/dsv/npm/${abi}/index.farm
test -f ./packages/react-components/npm/${abi}/index.farm
Expand All @@ -46,6 +47,7 @@ jobs:
test -f ./packages/strip/npm/${abi}/index.farm
test -f ./packages/image/npm/${abi}/index.farm
test -f ./packages/url/npm/${abi}/index.farm
test -f ./packages/icons/npm/${abi}/index.farm
done
- name: Install Dependencies
Expand Down
Loading

0 comments on commit bc7cd42

Please sign in to comment.