update CI
This commit is contained in:
parent
91adbff13a
commit
942e2fb693
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -46,10 +46,12 @@ jobs:
|
||||||
run: sudo apt-get install -y dpkg-dev
|
run: sudo apt-get install -y dpkg-dev
|
||||||
|
|
||||||
- name: Build Debian package
|
- name: Build Debian package
|
||||||
run: sh build/debian/debian.sh
|
run: |
|
||||||
|
cd build/debian
|
||||||
|
sh debian.sh
|
||||||
|
|
||||||
- name: Upload Debian package
|
- name: Upload Debian package
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: pokerust.deb
|
name: pokerust.deb
|
||||||
path: ./build/debian/pokerust.deb
|
path: pokerust.deb
|
||||||
|
|
Loading…
Reference in a new issue