filters/sub-action.py

11 lines
393 B
Python
Raw Normal View History

2021-08-21 01:56:35 -04:00
import os
import sys
2021-08-21 02:42:15 -04:00
sys.path.append('/repros')
2021-08-21 01:42:41 -04:00
import build_make
2021-08-21 01:56:35 -04:00
os.makedirs('/gh-releases',exist_ok=True)
2021-08-21 01:42:41 -04:00
build_make.filepath_mass_changer('Allowlist' ,'/reprwiki/Private-build/Allowlist' ,'/gh-releases')
build_make.filepath_mass_changer('Veneto' ,'/reprwiki/Private-build/veneto' ,'/gh-releases')
build_make.filepath_mass_changer('ucate' ,'/reprwiki/Private-build/ucate' ,'/gh-releases')