Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
win pipeline adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
JuliusJacobitz committed May 26, 2021
1 parent 1af421d commit 2d6ff8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Build Windows
run: pyinstaller --clean --noconfirm specs/windows-terminservice.spec --add-data "tools/cloudscraper;./cloudscraper/"
run: pyinstaller --clean --noconfirm specs/windows-terminservice.spec
build-linux:
runs-on: ubuntu-latest
steps:
Expand All @@ -36,4 +36,4 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Build Linux
run: pyinstaller --clean --noconfirm specs/linux-64-terminservice.spec --add-data "tools/cloudscraper:./cloudscraper/"
run: pyinstaller --clean --noconfirm specs/linux-64-terminservice.spec

0 comments on commit 2d6ff8a

Please sign in to comment.