This commit is contained in:
Waylon Walker 2022-12-31 14:45:08 -06:00
parent a1c9e82f86
commit 300ce095a8
No known key found for this signature in database
GPG key ID: 66E2BF2B4190EFE4

View file

@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: '3.10'
- run: pip install -r requirements.txt
- run: pyinstaller creeper.py
- name: Step 3 - Use the Upload Artifact GitHub Action