Skip to content

Commit

Permalink
added missing argument
Browse files Browse the repository at this point in the history
  • Loading branch information
mpmxyz authored Jan 11, 2024
1 parent 5584539 commit 903c1e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-rml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
uses: actions/cache@v3.3.3
with:
path: "${{ env.ResonitePath }}"
key: "${{ fromJson().data['2519830'].depots.branches.public.buildid }}"
key: "${{ fromJson( env.APP_INFO ).data['2519830'].depots.branches.public.buildid }}"
- name: Fetch Steam
if: steps.cache-resonite.outputs.cache-hit != 'true'
uses: CyberAndrii/setup-steamcmd@b786e0da44db3d817e66fa3910a9560cb28c9323
Expand Down

0 comments on commit 903c1e4

Please sign in to comment.