Update Build.yml

This commit is contained in:
Nix 2024-12-31 10:58:21 -03:00 committed by GitHub
parent 50b3f09ed1
commit ae14820c4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,8 +2,6 @@ name: Version Change Action
on:
push:
branches:
- canary
paths:
- version.json # Trigger on changes to version.json
@ -23,8 +21,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
# You can add your project dependencies here
# pip install -r requirements.txt # Uncomment if you have a requirements file
pip install pyqt5 requests pywin32 # Install specific dependencies
- name: Create actions-temp folder
run: |