Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalygashkov committed Apr 15, 2024
1 parent bceedc7 commit 6c612ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: powershell Compress-Archive build\win\streamyx.exe streamyx-win-x64.zip

- name: Upload build
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: win
path: ./streamyx-win-x64.zip
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
run: zip -9 -j ${{ env.PACKAGE_NAME }}-macos-x64.zip ./build/mac/${{ env.PACKAGE_NAME }}

- name: Upload build
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: macos
path: ./${{ env.PACKAGE_NAME }}-macos-x64.zip
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
run: zip -9 -j ${{ env.PACKAGE_NAME }}-linux-x64.zip ./build/linux/${{ env.PACKAGE_NAME }}

- name: Upload build
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: linux
path: ./${{ env.PACKAGE_NAME }}-linux-x64.zip
Expand Down

0 comments on commit 6c612ff

Please sign in to comment.