update CI
This commit is contained in:
parent
36d831e7c4
commit
5d83dd7558
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -32,7 +32,7 @@ jobs:
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: pokerust.pkg.tar.zst
|
name: pokerust.pkg.tar.zst
|
||||||
path: ./*.pkg.tar.zst
|
path: ./**/*.pkg.tar.zst
|
||||||
|
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -43,7 +43,7 @@ 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: ./build/debian/debian.sh
|
run: sudo ./build/debian/debian.sh
|
||||||
|
|
||||||
- name: Upload Debian package
|
- name: Upload Debian package
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
|
|
Loading…
Reference in a new issue