Skip to content

Commit

Permalink
Update packagecloud action with up2date distro versions
Browse files Browse the repository at this point in the history
  • Loading branch information
joerg authored Sep 3, 2024
1 parent c7ca4d6 commit 0f3aeb6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,13 +233,15 @@ jobs:
SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}

- name: Upload packages to packagecloud.io
uses: Eugeny/packagecloud-action@main
uses: TykTechnologies/packagecloud-action@main
if: github.repository == 'Eugeny/tabby' && github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
env:
PACKAGECLOUD_TOKEN: ${{ secrets.PACKAGECLOUD_TOKEN }}
with:
repo: 'eugeny/tabby'
dir: 'dist'
rpmvers: 'el/9 el/8 ol/6 ol/7'
debvers: 'ubuntu/noble ubuntu/jammy ubuntu/focal ubuntu/bionic debian/jessie debian/stretch debian/buster'

- uses: actions/upload-artifact@master
name: Upload AppImage (${{matrix.arch}})
Expand Down

0 comments on commit 0f3aeb6

Please sign in to comment.