Skip to content

Commit

Permalink
Fix asset_path
Browse files Browse the repository at this point in the history
  • Loading branch information
BurnySc2 committed Oct 17, 2020
1 parent 6fe8b18 commit 7dbb4d4
Show file tree
Hide file tree
Showing 85 changed files with 29 additions and 32,209 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./ReplayRenamer.exe
asset_path: ./dist/ReplayRenamer.exe
asset_name: ReplayRenamer.exe
asset_content_type: application/zip
if: matrix.os == 'windows-latest' && matrix.python-version == '3.7'
Expand Down
28 changes: 27 additions & 1 deletion poetry.lock

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

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ authors = ["BuRny <[email protected]>"]
[tool.poetry.dependencies]
python = "^3.7"
PySimpleGUI = "^4.30.0"
sc2reader = "^1.6.0"

[tool.poetry.dev-dependencies]
pytest = "^6.1.1"
Expand Down
111 changes: 0 additions & 111 deletions sc2reader/__init__.py

This file was deleted.

181 changes: 0 additions & 181 deletions sc2reader/constants.py

This file was deleted.

16 changes: 0 additions & 16 deletions sc2reader/data/HOWTO.md

This file was deleted.

Loading

0 comments on commit 7dbb4d4

Please sign in to comment.