Skip to content

Commit

Permalink
ML 2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyoko-Jeremie committed Dec 20, 2023
1 parent a1b2e70 commit 1aa587f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .github/workflows/Build-Html-Package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,21 @@ jobs:
destBase: ${{ github.workspace }}/ModLoader/out
target: ${{ github.workspace }}/ModLoader/out

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

- name: Build ConflictChecker
working-directory: ${{ github.workspace }}/ModLoader/mod/ConflictChecker
run: |
Expand Down

0 comments on commit 1aa587f

Please sign in to comment.