Skip to content

Commit

Permalink
ci: Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kdev authored Sep 27, 2024
1 parent 2c06460 commit 8c1879e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python 3.10
id: cp310
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install dependencies
Expand All @@ -40,7 +40,7 @@ jobs:
- name: Run PyInstaller (ubuntu)
if: matrix.os == 'ubuntu-latest'
run: pyinstaller -n "OnAirScreen" -F --noconsole start.py
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: ${{ matrix.os }}
path: dist/*
path: dist/*

0 comments on commit 8c1879e

Please sign in to comment.