Update sub-action.py

This commit is contained in:
Minoplhy 2021-08-21 23:12:12 +07:00 committed by GitHub
parent 9b8f8ff1da
commit 8d25de1236
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('/repros')
sys.path.append('/filters-maker')
import build_make
os.makedirs('/gh-releases',exist_ok=True)