Skip to content

Commit

Permalink
try this again
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePotatoGuy committed Feb 21, 2024
1 parent 2d8f9d3 commit 4d6b5c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mas_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
id: cache-rpy
uses: actions/cache@v4
with:
path: renpy/
path: $RENPY_DIR/
key: rpy

- name: Download rpy source
Expand All @@ -60,7 +60,7 @@ jobs:
id: cache-mas
uses: actions/cache@v4
with:
path: masbase/
path: $MAS_BASE_DIR/
key: masbase

- name: download base MAS
Expand Down

0 comments on commit 4d6b5c0

Please sign in to comment.