Skip to content

Commit 72da630

Browse files
committed
🛠️ Release GUI fix Windows poetry.
1 parent 8771516 commit 72da630

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/on-release-master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
- name: Install dependencies Windows
166166
run: |
167167
dir
168-
dir C:\Users\runneradmin\.local\bin
168+
dir C:/Users/runneradmin/.local/bin
169169
poetry install --no-interaction --all-extras --with dev
170170
C:\Users\runneradmin\.local\bin\poetry install --no-interaction --all-extras --with dev
171171
if: runner.os == 'Windows'

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "tidal-dl-ng"
3-
version = "0.4.26"
3+
version = "0.4.27"
44
description = "TIDAL Medial Downloader Next Generation!"
55
authors = ["Robert Honz <cen.sored@gmail.com>"]
66
repository = "https://github.com/exislow/tidal-dl-ng"
@@ -13,7 +13,7 @@ packages = [
1313
[tool.poetry]
1414
name = "tidal-dl-ng"
1515
authors = ["Robert Honz <cen.sored@gmail.com>"]
16-
version = "0.4.26"
16+
version = "0.4.27"
1717
description = "TIDAL Medial Downloader Next Generation!"
1818
repository = "https://github.com/exislow/tidal-dl-ng"
1919
documentation = "https://exislow.github.io/tidal-dl-ng/"

0 commit comments

Comments
 (0)