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
|
- name: Build
|
||||||
run: ci/deb-script.sh
|
run: ci/deb-script.sh
|
||||||
|
|
||||||
|
- name: Build server
|
||||||
|
run: ci/deb-server-script.sh
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: ci/deb-installation-test.sh
|
run: ci/deb-installation-test.sh
|
||||||
|
|
||||||
@ -115,11 +118,12 @@ jobs:
|
|||||||
echo "VER=$VER" >> $GITHUB_ENV
|
echo "VER=$VER" >> $GITHUB_ENV
|
||||||
mkdir dist_actions
|
mkdir dist_actions
|
||||||
mv /tmp/syncplay.deb dist_actions/syncplay_${VER}.deb
|
mv /tmp/syncplay.deb dist_actions/syncplay_${VER}.deb
|
||||||
|
mv /tmp/syncplay-server.deb dist_actions/syncplay-server_${VER}.deb
|
||||||
ls -al dist_actions
|
ls -al dist_actions
|
||||||
|
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: syncplay_${{ env.VER }}.deb
|
name: syncplay*.deb
|
||||||
path: |
|
path: |
|
||||||
dist_actions/syncplay_${{ env.VER }}.deb
|
dist_actions/syncplay*.deb
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user