[workflows] update version.py path
This commit is contained in:
2
.github/workflows/executables.yml
vendored
2
.github/workflows/executables.yml
vendored
@@ -49,7 +49,7 @@ jobs:
|
||||
shell: python
|
||||
run: |
|
||||
import re
|
||||
path = "./application/version.py"
|
||||
path = "./gallery_dl/version.py"
|
||||
with open(path) as fp:
|
||||
content = fp.read()
|
||||
content = re.sub(
|
||||
|
||||
Reference in New Issue
Block a user