Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EnderWolf006 authored Apr 4, 2024
1 parent 24aca82 commit 62fa12d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.12'

- name: Install setuptools
run: pip install setuptools
Expand Down Expand Up @@ -115,4 +115,4 @@ jobs:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./out/classSchedule-win32-x64/release-electron-22.3.27.zip
asset_name: Win7_Win8_ElectronClassSchedule.zip
asset_content_type: application/zip
asset_content_type: application/zip

0 comments on commit 62fa12d

Please sign in to comment.