Skip to content

Commit

Permalink
Update build-and-release script
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaTheFoxgirl committed May 26, 2024
1 parent 250e780 commit f478ce5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
git clone https://github.com/Inochi2D/i2d-imgui.git --recurse-submodules
dub add-local i2d-imgui/ "0.8.0"
git clone https://github.com/Inochi2D/inochi2d.git --recurse-submodules
dub add-local inochi2d/ "0.8.3"
- name: 'Build Inochi Session'
run: |
# Build metadata (like version information and icons)
Expand Down Expand Up @@ -82,6 +85,9 @@ jobs:
run: |
git clone https://github.com/Inochi2D/i2d-imgui.git --recurse-submodules
dub add-local i2d-imgui/ "0.8.0"
git clone https://github.com/Inochi2D/inochi2d.git --recurse-submodules
dub add-local inochi2d/ "0.8.3"
- name: 'Build Inochi Session'
run: |
Expand Down Expand Up @@ -190,6 +196,9 @@ jobs:
run: |
git clone https://github.com/Inochi2D/i2d-imgui.git --recurse-submodules
dub add-local i2d-imgui/ "0.8.0"
git clone https://github.com/Inochi2D/inochi2d.git --recurse-submodules
dub add-local inochi2d/ "0.8.3"
- name: 'Build Inochi Session'
env:
Expand Down

0 comments on commit f478ce5

Please sign in to comment.