Skip to content

Commit

Permalink
Initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
coldsofttech committed Apr 5, 2024
1 parent de103a0 commit c383363
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Build Installer
run: |
pyinstaller --onefile --windowed --name M3U8Downloader ./src/__init__.py
pyinstaller --onefile --windowed --name M3U8Downloader.exe ./src/__init__.py
cd dist
ls
Expand All @@ -37,6 +37,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ./dist/pym3u8downloaderui
asset_name: M3U8Downloader
asset_path: ./dist/M3U8Downloader.exe
asset_name: M3U8Downloader.exe
asset_content_type: application/octet-stream

0 comments on commit c383363

Please sign in to comment.