Skip to content

Commit

Permalink
🌟 GitHub Actions fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
exislow committed Jan 17, 2024
1 parent 0d12885 commit 975adda
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/on-release-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,8 @@ jobs:
- name: Get Release File Name & Upload URL
id: get_release_info
run: |
VALUE=`cat ${{env.RELEASE_UPLOAD_URL}}/${{env.RELEASE_UPLOAD_URL}}.txt`
ls -alh
VALUE=`cat ${{env.RELEASE_UPLOAD_URL}}.txt`
echo "upload_url=$VALUE" >> $GITHUB_OUTPUT
- name: Upload Release Asset
# TODO: Switch to https://github.com/softprops/action-gh-release
Expand Down
12 changes: 6 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "tidal-dl-ng"
version = "0.5.0"
version = "0.5.1"
description = "TIDAL Medial Downloader Next Generation!"
authors = ["Robert Honz <[email protected]>"]
repository = "https://github.com/exislow/tidal-dl-ng"
Expand All @@ -13,7 +13,7 @@ packages = [
[tool.poetry]
name = "tidal-dl-ng"
authors = ["Robert Honz <[email protected]>"]
version = "0.5.0"
version = "0.5.1"
description = "TIDAL Medial Downloader Next Generation!"
repository = "https://github.com/exislow/tidal-dl-ng"
documentation = "https://exislow.github.io/tidal-dl-ng/"
Expand Down

0 comments on commit 975adda

Please sign in to comment.