Skip to content

Commit 2796d88

Browse files
committed
use env vars in actions correctly
1 parent 2d8f9d3 commit 2796d88

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/mas_check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
id: cache-rpy
4444
uses: actions/cache@v4
4545
with:
46-
path: renpy/
46+
path: ${{ env.RENPY_DIR }}/
4747
key: rpy
4848

4949
- name: Download rpy source
@@ -60,7 +60,7 @@ jobs:
6060
id: cache-mas
6161
uses: actions/cache@v4
6262
with:
63-
path: masbase/
63+
path: ${{ env.MAS_BASE_DIR }}/
6464
key: masbase
6565

6666
- name: download base MAS

0 commit comments

Comments
 (0)