Pipe in the server deb build into CI workflow

This commit is contained in:
Daniel Wróbel 2021-01-23 20:43:39 +01:00 committed by GitHub
parent ef4b6b31f5
commit 7e8f0cdb64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -105,6 +105,9 @@ jobs:
- name: Build
run: ci/deb-script.sh
- name: Build server
run: ci/deb-server-script.sh
- name: Test
run: ci/deb-installation-test.sh
@ -115,11 +118,12 @@ jobs:
echo "VER=$VER" >> $GITHUB_ENV
mkdir dist_actions
mv /tmp/syncplay.deb dist_actions/syncplay_${VER}.deb
mv /tmp/syncplay-server.deb dist_actions/syncplay-server_${VER}.deb
ls -al dist_actions
- name: Deploy
uses: actions/upload-artifact@v2
with:
name: syncplay_${{ env.VER }}.deb
name: syncplay*.deb
path: |
dist_actions/syncplay_${{ env.VER }}.deb
dist_actions/syncplay*.deb