mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-22 10:42:34 +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
|
||||
run: |
|
||||
import re
|
||||
path = "./application/version.py"
|
||||
path = "./gallery_dl/version.py"
|
||||
with open(path) as fp:
|
||||
content = fp.read()
|
||||
content = re.sub(
|
||||
|
Loading…
Reference in New Issue
Block a user