mirror of
https://github.com/Syncplay/syncplay
synced 2025-02-09 07:27:01 +00:00
Fix package filename for debs
This commit is contained in:
parent
6c346e733d
commit
c56f77c984
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -183,11 +183,11 @@ jobs:
|
||||
with:
|
||||
name: syncplay.deb
|
||||
path: |
|
||||
dist_actions/syncplay_${VER}.deb
|
||||
dist_actions/syncplay_*.deb
|
||||
|
||||
- name: Deploy server deb
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: syncplay-server.deb
|
||||
path: |
|
||||
dist_actions/syncplay-server_${VER}.deb
|
||||
dist_actions/syncplay-server_*.deb
|
||||
|
Loading…
Reference in New Issue
Block a user