mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-22 18:53:21 +01:00
[workflows] update version.py path
This commit is contained in:
parent
5842e4928d
commit
71cf08af4b
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(
|
||||||
|
Loading…
Reference in New Issue
Block a user