Skip to content

Commit

Permalink
Update build-cheats.yml
Browse files Browse the repository at this point in the history
Attempt 2
  • Loading branch information
FM1337 authored Dec 30, 2023
1 parent d310aec commit bdb47e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-cheats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.11"]

steps:
- uses: actions/checkout@v3
Expand All @@ -20,7 +20,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: "Build Cheats"
run: |
python joiner.py
printf "" | python joiner.py
- name: "Upload Cheats"
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit bdb47e9

Please sign in to comment.