update CI

This commit is contained in:
Vomitblood 2024-03-25 13:12:32 +08:00
parent 91adbff13a
commit 942e2fb693

View file

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