Skip to content

Commit

Permalink
Merge branch 'master' into setOthersReadiness
Browse files Browse the repository at this point in the history
  • Loading branch information
Et0h authored Sep 30, 2024
2 parents bd9d233 + 0a0ed56 commit c0820c8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@ jobs:
run: dir

- name: Deploy portable
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Syncplay_${{ env.VER }}_Portable
path: |
syncplay_v${{ env.VER }}
- name: Deploy installer
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Syncplay-${{ env.VER }}-Setup.exe
path: |
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
ls -al dist_actions
- name: Deploy
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Syncplay_${{ env.VER }}.dmg
path: |
Expand Down Expand Up @@ -164,14 +164,14 @@ jobs:
ls -al dist_actions
- name: Deploy full deb
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: syncplay.deb
path: |
dist_actions/syncplay_*.deb
- name: Deploy server deb
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: syncplay-server.deb
path: |
Expand Down

0 comments on commit c0820c8

Please sign in to comment.