From 0f3aeb6a4017f6d8147fc227c22fd4b430db4275 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Herzinger?= Date: Tue, 3 Sep 2024 09:48:12 +0200 Subject: [PATCH 1/2] Update packagecloud action with up2date distro versions --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a24156c3bd..540207ab0d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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}}) From ac8dd9f29096f8c206216b144f2506d10bb0be26 Mon Sep 17 00:00:00 2001 From: Eugene Date: Tue, 3 Sep 2024 10:25:33 +0200 Subject: [PATCH 2/2] Update .github/workflows/build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 540207ab0d..342f7e8955 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -241,7 +241,7 @@ jobs: 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' + debvers: 'ubuntu/bionic ubuntu/focal ubuntu/hirsute ubuntu/impish ubuntu/jammy ubuntu/kinetic ubuntu/noble debian/jessie debian/stretch debian/buster' - uses: actions/upload-artifact@master name: Upload AppImage (${{matrix.arch}})