update CI
This commit is contained in:
parent
942e2fb693
commit
5a33a2e762
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -35,7 +35,7 @@ jobs:
|
|||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: pokerust.pkg.tar.zst
|
||||
path: ./**/*.pkg.tar.zst
|
||||
path: ./build/arch/*.pkg.tar.zst
|
||||
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -54,4 +54,4 @@ jobs:
|
|||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: pokerust.deb
|
||||
path: pokerust.deb
|
||||
path: build/debian/pokerust.deb
|
||||
|
|
Loading…
Reference in a new issue