Skip to content

Commit 15e0852

Browse files
committed
Maybe this works?
Signed-off-by: Steffen Jaeckel <s@jaeckel.eu>
1 parent e9afc86 commit 15e0852

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ jobs:
4848
popd
4949
cpack -G DEB
5050
- name: push deb packages to packagecloud.io
51-
uses: computology/packagecloud-github-action@v0.6
51+
uses: danielmundi/upload-packagecloud
5252
with:
5353
PACKAGE-NAME: build/packages/ubuntu/${{ env.ubuntu_codename }}/*.deb
5454
PACKAGECLOUD-USERNAME: libtom
55-
PACKAGECLOUD-REPONAME: packages
56-
PACKAGECLOUD-DISTRO: ubuntu/${{ env.ubuntu_codename }}
55+
PACKAGECLOUD-REPO: packages
56+
PACKAGECLOUD-DISTRIB: ubuntu/${{ env.ubuntu_codename }}
5757
PACKAGECLOUD-TOKEN: ${{ secrets.PACKAGECLOUD_TOKEN }}

0 commit comments

Comments
 (0)