Skip to content

Commit 14055ef

Browse files
committed
ci: ✨ add step to install ResoniteModLoader binaries
1 parent 41d2d48 commit 14055ef

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,18 @@ jobs:
4444
steam-user: ${{ secrets.STEAMUSER }}
4545
steam-password: ${{ secrets.STEAMPASS }}
4646

47+
- name: Install ResoniteModLoader binaries
48+
env:
49+
RESONITE_PATH: ${{ steps.resonite.outputs.resonite-path }}
50+
shell: bash
51+
run: |
52+
set -euo pipefail
53+
install -d "$RESONITE_PATH/Libraries" "$RESONITE_PATH/rml_libs"
54+
curl -sSfL -o "$RESONITE_PATH/Libraries/ResoniteModLoader.dll" \
55+
https://github.com/resonite-modding-group/ResoniteModLoader/releases/latest/download/ResoniteModLoader.dll
56+
curl -sSfL -o "$RESONITE_PATH/rml_libs/0Harmony.dll" \
57+
https://github.com/resonite-modding-group/ResoniteModLoader/releases/latest/download/0Harmony.dll
58+
4759
- name: Setup .NET SDK
4860
uses: actions/setup-dotnet@v4
4961
with:

0 commit comments

Comments
 (0)