mirror of
https://github.com/Syncplay/syncplay
synced 2025-02-09 07:27:01 +00:00
Pipe in the server deb build into CI workflow
This commit is contained in:
parent
ef4b6b31f5
commit
7e8f0cdb64
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user