Skip to content

Commit

Permalink
[workflows] update version.py path
Browse files Browse the repository at this point in the history
  • Loading branch information
mikf committed Mar 9, 2024
1 parent 5842e49 commit 71cf08a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/executables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 71cf08a

Please sign in to comment.