Skip to content

Commit

Permalink
Add windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
quintenvandamme committed Jun 25, 2024
1 parent 31f31a4 commit 8d384d2
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,27 @@ jobs:
- name: Build TV Downloader
run: python build.py build

- name: Upload Binary
uses: ncipollo/release-action@v1
with:
artifacts: "./out/*"
allowUpdates: true
tag: "continious-build"

Windows_x86_64:
runs-on: windows-latest

steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: '3.11'
check-latest: true

- name: Build TV Downloader
run: python build.py build

- name: Upload Binary
uses: ncipollo/release-action@v1
with:
Expand Down

0 comments on commit 8d384d2

Please sign in to comment.