We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2796d88 commit a4104adCopy full SHA for a4104ad
1 file changed
.github/workflows/mas_check.yml
@@ -69,6 +69,10 @@ jobs:
69
wget https://monika-after-story.s3.us-west-2.amazonaws.com/ddlc/mas8.zip
70
mkdir $MAS_BASE_DIR
71
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: |
76
mkdir $MAS_DIR
77
cp -Rf $MAS_BASE_DIR/* $MAS_DIR/
78
rm $MAS_DIR/game/scripts.rpa # remove when we can handle scripts rpa
0 commit comments