Skip to content

Commit

Permalink
Activate environment in buildstep
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin committed Sep 23, 2024
1 parent 568f82f commit 3176325
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
- name: Build with PyInstaller
run: |
source Env/bin/activate
pyinstaller --onefile --add-data "templates:templates" --hidden-import=argparse --hidden-import=pynput.keyboard --name=$EXPORT_NAME autoaccepter/main.py
- name: Create Executable
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

CHANGELOG for DotA2-Autoaccepter

## [v1.1.11] - 23.09.2024

Fix GitHub Action CI for v1.1.10

Activating Environment in Pipeline buildstep



## [v1.1.10] - 23.09.2024

Fix GitHub Action CI for v1.1.9
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pyautogui
opencv-python
Pillow
pynput
pynput

0 comments on commit 3176325

Please sign in to comment.