Skip to content

Commit

Permalink
fixed working directory when downloading Resonite
Browse files Browse the repository at this point in the history
  • Loading branch information
mpmxyz authored Jan 11, 2024
1 parent 0600c9f commit 4fc4dce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-rml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
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
ls $ResonitePath
working-directory: "${{ github.workspace }}"
- name: Fetch repository
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 4fc4dce

Please sign in to comment.