Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 authored Jan 30, 2024
1 parent 7505b70 commit f7a37c8
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 @@ -21,7 +21,7 @@ jobs:
- name: Run PyInstaller
run: |
python -m PyInstaller tasmotizer.spec
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: Windows_tasmotizer
path: dist/tasmotizer-1.2.1.exe
Expand All @@ -42,7 +42,7 @@ jobs:
- name: Run PyInstaller
run: |
python -m PyInstaller tasmotizer32.spec
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: Windows_tasmotizer32
path: dist/tasmotizer-1.2.1-x86.exe
Expand All @@ -68,7 +68,7 @@ jobs:
run: gzip dist/tasmotizer-1.2.1
- name: 'show gzip'
run: ls dist
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: Ubuntu
path: dist/tasmotizer-1.2.1.gz
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
- name: 'Tar files'
run: tar -cvf dist.tar dist/*
- name: 'Upload Artifact'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: macOS
path: dist.tar

0 comments on commit f7a37c8

Please sign in to comment.