Fix package filename for debs

This commit is contained in:
Daniel Wróbel 2021-03-08 22:04:43 +01:00 committed by GitHub
parent 6c346e733d
commit c56f77c984
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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