mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-13 16:09:59 +00:00
added packagecloud uploads
This commit is contained in:
parent
033468b0b0
commit
9a36bdb9d1
12
.github/workflows/build.yml
vendored
12
.github/workflows/build.yml
vendored
@ -234,6 +234,18 @@ jobs:
|
|||||||
name: Web tarball
|
name: Web tarball
|
||||||
path: artifact-web
|
path: artifact-web
|
||||||
|
|
||||||
|
- uses: lpenz/ghaction-packagecloud@v0.3
|
||||||
|
name: Upload .deb to packagecloud
|
||||||
|
with:
|
||||||
|
repository: tabby
|
||||||
|
files: dist/*.deb
|
||||||
|
|
||||||
|
- uses: lpenz/ghaction-packagecloud@v0.3
|
||||||
|
name: Upload .rpm to packagecloud
|
||||||
|
with:
|
||||||
|
repository: tabby
|
||||||
|
files: dist/*.rpm
|
||||||
|
|
||||||
Windows-Build:
|
Windows-Build:
|
||||||
runs-on: windows-2016
|
runs-on: windows-2016
|
||||||
needs: Lint
|
needs: Lint
|
||||||
|
Loading…
x
Reference in New Issue
Block a user