Skip to content

Commit

Permalink
fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
LoSk-p committed Sep 18, 2024
1 parent be95c79 commit a66eecb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
pyinstaller airrohr-flasher.spec
ls
ls dist
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: airrohr-flasher-macos
path: dist/airrohr-flasher
Expand All @@ -42,7 +42,7 @@ jobs:
- name: build with pyinstaller
run: |
make deps dist && ls dist/
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: airrohr-flasher-ubuntu20
path: dist/airrohr-flasher
Expand All @@ -64,7 +64,7 @@ jobs:
- name: build with pyinstaller
run: |
make deps dist && ls dist/
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: airrohr-flasher-ubuntu22
path: dist/airrohr-flasher
Expand All @@ -86,7 +86,7 @@ jobs:
- name: build with pyinstaller
run: |
make deps dist && ls dist/
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: airrohr-flasher-ubuntu-latest
path: dist/airrohr-flasher
Expand All @@ -105,7 +105,7 @@ jobs:
pip install pyinstaller requests esptool zeroconf PyQt5
pyinstaller airrohr-flasher.spec
ls dist/
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: airrohr-flasher-win
path: dist/airrohr-flasher.exe
Expand All @@ -124,7 +124,7 @@ jobs:
pip install pyinstaller requests esptool zeroconf PyQt5
pyinstaller airrohr-flasher.spec
ls dist/
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: airrohr-flasher-win19
path: dist/airrohr-flasher.exe
Expand Down

0 comments on commit a66eecb

Please sign in to comment.