1
0
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:
Mike Fährmann 2024-03-09 23:47:35 +01:00
parent 5842e4928d
commit 71cf08af4b
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

View File

@ -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(