Update sub-action.py

This commit is contained in:
Minoplhy 2021-08-21 13:42:15 +07:00 committed by GitHub
parent 8ad003a2c4
commit de7886c59c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
import os
import sys
sys.path.append('/mass-name-change')
sys.path.append('/repros')
import build_make
os.makedirs('/gh-releases',exist_ok=True)