diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 92d1cd4..cc89241 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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