mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-10 22:50:04 +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
|
||||
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:
|
||||
runs-on: windows-2016
|
||||
needs: Lint
|
||||
|
Loading…
x
Reference in New Issue
Block a user