Skip to content

Commit 62fa12d

Browse files
authored
Update main.yml
1 parent 24aca82 commit 62fa12d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Python
2020
uses: actions/setup-python@v5
2121
with:
22-
python-version: '3.10'
22+
python-version: '3.12'
2323

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

0 commit comments

Comments
 (0)