Skip to content

Commit

Permalink
Update build_pc_client_windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rookiepeng authored Sep 11, 2024
1 parent 263db84 commit cd14b4b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build_pc_client_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v2
- name: Set up Python 3.9
uses: actions/setup-python@v2
- uses: actions/checkout@v4
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: 3.9
python-version: 3.12
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand All @@ -30,8 +30,8 @@ jobs:
pyinstaller hexapod.spec
copy mainwindow.ui .\dist\hexapod\
- name: Archive built module
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
if: success()
with:
name: hexapod_windows
path: .\software\pc\dist\hexapod
path: .\software\pc\dist\hexapod

0 comments on commit cd14b4b

Please sign in to comment.