Update sub-action.py

This commit is contained in:
Minoplhy 2021-08-21 12:56:35 +07:00 committed by GitHub
parent cef8a9e176
commit bcdccd4c5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -1,4 +1,9 @@
import os
import sys
sys.path.append('/mass-name-change')
import build_make
os.makedirs('/gh-releases',exist_ok=True)
build_make.filepath_mass_changer('Allowlist' ,'/reprwiki/Private-build/Allowlist' ,'/gh-releases')
build_make.filepath_mass_changer('Veneto' ,'/reprwiki/Private-build/veneto' ,'/gh-releases')