Skip to content

Commit

Permalink
BeautySelectorAddon
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyoko-Jeremie committed Nov 20, 2023
1 parent 484e91e commit 7599258
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/Build-Html-Package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,21 @@ jobs:
destBase: ${{ github.workspace }}/ModLoader/out
target: ${{ github.workspace }}/ModLoader/out

- name: Build BeautySelectorAddon
working-directory: ${{ github.workspace }}/ModLoader/mod/BeautySelectorAddon
run: |
yarn install
yarn run build:ts
yarn run build:webpack
node "${{ github.workspace }}/ModLoader/dist-insertTools/packModZip.js" "boot.json"
- name: Copy BeautySelectorAddon
uses: Lyoko-Jeremie/js-copy-github-action@master
with:
srcBase: ${{ github.workspace }}/ModLoader/
source: ${{ github.workspace }}/ModLoader/mod/BeautySelectorAddon/BeautySelectorAddon.mod.zip
destBase: ${{ github.workspace }}/ModLoader/out
target: ${{ github.workspace }}/ModLoader/out

# ========= make GameOriginalImagePack =========
- name: Checkout GameOriginalImagePack
uses: actions/checkout@v4
Expand Down

0 comments on commit 7599258

Please sign in to comment.