Skip to content

Commit a4104ad

Browse files
committed
move mas dir creation and setup to separate step
1 parent 2796d88 commit a4104ad

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/mas_check.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ jobs:
6969
wget https://monika-after-story.s3.us-west-2.amazonaws.com/ddlc/mas8.zip
7070
mkdir $MAS_BASE_DIR
7171
unzip mas8.zip -d $MAS_BASE_DIR/ # this is so we cache ONLY the aws download and NOT the full repo
72+
73+
# setup build folder
74+
- name: setup build folder
75+
run: |
7276
mkdir $MAS_DIR
7377
cp -Rf $MAS_BASE_DIR/* $MAS_DIR/
7478
rm $MAS_DIR/game/scripts.rpa # remove when we can handle scripts rpa

0 commit comments

Comments
 (0)