mirror of https://github.com/Syncplay/syncplay
Migrate to actions/upload-artifact@v4 (#697)
https://github.blog/changelog/2024-02-13-deprecation-notice-v1-and-v2-of-the-artifact-actions/
This commit is contained in:
parent
91b40db0ba
commit
0a0ed56196
|
@ -48,14 +48,14 @@ jobs:
|
||||||
run: dir
|
run: dir
|
||||||
|
|
||||||
- name: Deploy portable
|
- name: Deploy portable
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Syncplay_${{ env.VER }}_Portable
|
name: Syncplay_${{ env.VER }}_Portable
|
||||||
path: |
|
path: |
|
||||||
syncplay_v${{ env.VER }}
|
syncplay_v${{ env.VER }}
|
||||||
|
|
||||||
- name: Deploy installer
|
- name: Deploy installer
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Syncplay-${{ env.VER }}-Setup.exe
|
name: Syncplay-${{ env.VER }}-Setup.exe
|
||||||
path: |
|
path: |
|
||||||
|
@ -131,7 +131,7 @@ jobs:
|
||||||
ls -al dist_actions
|
ls -al dist_actions
|
||||||
|
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Syncplay_${{ env.VER }}.dmg
|
name: Syncplay_${{ env.VER }}.dmg
|
||||||
path: |
|
path: |
|
||||||
|
@ -164,14 +164,14 @@ jobs:
|
||||||
ls -al dist_actions
|
ls -al dist_actions
|
||||||
|
|
||||||
- name: Deploy full deb
|
- name: Deploy full deb
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: syncplay.deb
|
name: syncplay.deb
|
||||||
path: |
|
path: |
|
||||||
dist_actions/syncplay_*.deb
|
dist_actions/syncplay_*.deb
|
||||||
|
|
||||||
- name: Deploy server deb
|
- name: Deploy server deb
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: syncplay-server.deb
|
name: syncplay-server.deb
|
||||||
path: |
|
path: |
|
||||||
|
|
Loading…
Reference in New Issue