ci: fix github deploy config

This commit is contained in:
bastimeyer 2022-05-01 12:08:32 +02:00 committed by Sebastian Meyer
parent 4fd6ad885b
commit a081f3adb2
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ jobs:
- name: Github release
env:
RELEASES_API_KEY: ${{ secrets.RELEASES_API_KEY }}
run: ./script/github_releases.py "${STREAMLINK_DIST_DIR}/"*{.tar.gz{,.asc}}
run: ./script/github_releases.py "${STREAMLINK_DIST_DIR}"/*
- name: PyPI release
env:
PYPI_USER: streamlink