Skip to content

Commit

Permalink
first try of steam-based download
Browse files Browse the repository at this point in the history
  • Loading branch information
mpmxyz authored Jan 11, 2024
1 parent 6ddbc14 commit 07a0344
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-rml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ jobs:
build-ResoniteModLoader:
runs-on: ubuntu-latest
steps:
- name: Fetch Steam
uses: CyberAndrii/setup-steamcmd@b786e0da44db3d817e66fa3910a9560cb28c9323
- name: Fetch resonite
run: steamcmd +@sSteamCmdForcePlatformType windows +login '${{ secrets.STEAM_USER }}' '${{ secrets.STEAM_TOKEN }}' +force_install_dir '${{ env.ResonitePath }}' +app_license_request 2519830 +app_update 2519830 validate +quit
- name: Fetch repository
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 07a0344

Please sign in to comment.