mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-23 03:48:01 +00:00
Update build.yml
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -236,12 +236,16 @@ jobs:
|
||||
|
||||
- uses: lpenz/ghaction-packagecloud@v0.3
|
||||
name: Upload .deb to packagecloud
|
||||
env:
|
||||
PACKAGECLOUD_TOKEN: ${{ secrets.PACKAGECLOUD_TOKEN }}
|
||||
with:
|
||||
repository: tabby
|
||||
files: dist/*.deb
|
||||
|
||||
- uses: lpenz/ghaction-packagecloud@v0.3
|
||||
name: Upload .rpm to packagecloud
|
||||
env:
|
||||
PACKAGECLOUD_TOKEN: ${{ secrets.PACKAGECLOUD_TOKEN }}
|
||||
with:
|
||||
repository: tabby
|
||||
files: dist/*.rpm
|
||||
|
Reference in New Issue
Block a user