Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 committed Feb 26, 2024
1 parent 7c2427c commit 674d3e2
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 @@ -30,7 +30,7 @@ jobs:
- name: Run PyInstaller
run: |
python -m PyInstaller.__main__ -F -w -n ESP-Flasher -i icon.ico esp_flasher\__main__.py
- uses: actions/upload-artifact@v4
- uses: jason2866/upload-artifact@v2.0.3
with:
name: Windows
path: dist/ESP-Flasher.exe
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
run: gzip dist/ESP-Flasher
- name: 'show gzip'
run: ls dist
- uses: actions/upload-artifact@v4
- uses: jason2866/upload-artifact@v2.0.3
with:
name: Ubuntu
path: dist/ESP-Flasher.gz
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
- name: 'Tar files'
run: tar -cvf dist.tar dist/*
- name: 'Upload Artifact'
uses: actions/upload-artifact@v4
uses: jason2866/upload-artifact@v2.0.3
with:
name: macOS
path: dist.tar
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
- name: 'Tar files'
run: tar -cvf dist.tar dist/*
- name: 'Upload Artifact'
uses: actions/upload-artifact@v4
uses: jason2866/upload-artifact@v2.0.3
with:
name: macOSarm
path: dist.tar

0 comments on commit 674d3e2

Please sign in to comment.