Skip to content

Commit

Permalink
add ModdedFeatsAddon
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyoko-Jeremie committed Oct 20, 2023
1 parent 776a537 commit c1fc6a2
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 @@ -157,6 +157,21 @@ jobs:
destBase: ${{ github.workspace }}/ModLoader/out
target: ${{ github.workspace }}/ModLoader/out

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

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

0 comments on commit c1fc6a2

Please sign in to comment.