mirror of
https://github.com/minoplhy/filters.git
synced 2024-11-13 07:07:02 +00:00
Update sub-action.py
This commit is contained in:
parent
cef8a9e176
commit
bcdccd4c5c
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user