Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
- Added `download_directory.sh` usage
  • Loading branch information
ZEBAS204 committed Mar 4, 2023
1 parent 011b1d9 commit 2fa5c1c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,12 @@ jobs:
- name: Install Dependencies
run: |
python -m pip install -r requirements.txt
# Download lastest version of TwitchChannelPointsMiner
- name: Download TwitchChannelPointsMiner script repo
run: ./download_directory.sh
shell: bash

# Build python script into a stand-alone exe
# using pyinstaller. No virtual environment needed.
- name: Build script
Expand Down

0 comments on commit 2fa5c1c

Please sign in to comment.