Skip to content

Commit

Permalink
ML 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyoko-Jeremie committed Oct 18, 2023
1 parent 5041af9 commit 9029e76
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 @@ -118,6 +118,21 @@ jobs:
destBase: ${{ github.workspace }}/ModLoader/out
target: ${{ github.workspace }}/ModLoader/out

- name: Build Diff3WayMerge
working-directory: ${{ github.workspace }}/ModLoader/mod/Diff3WayMerge
run: |
yarn install
yarn run build:ts
yarn run build:webpack
node "${{ github.workspace }}/ModLoader/dist-insertTools/packModZip.js" "boot.json"
- name: Copy Diff3WayMerge
uses: Lyoko-Jeremie/js-copy-github-action@master
with:
srcBase: ${{ github.workspace }}/ModLoader/
source: ${{ github.workspace }}/ModLoader/mod/Diff3WayMerge/Diff3WayMerge.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 9029e76

Please sign in to comment.