[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
|
shell: python
|
||||||
run: |
|
run: |
|
||||||
import re
|
import re
|
||||||
path = "./application/version.py"
|
path = "./gallery_dl/version.py"
|
||||||
with open(path) as fp:
|
with open(path) as fp:
|
||||||
content = fp.read()
|
content = fp.read()
|
||||||
content = re.sub(
|
content = re.sub(
|
||||||
|
|||||||
Reference in New Issue
Block a user