Skip to content

Commit 7585a6a

Browse files
committed
Fix packagecloud deploy script
Signed-off-by: Steffen Jaeckel <s@jaeckel.eu>
1 parent f6507b7 commit 7585a6a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
echo "deb [signed-by=/usr/share/keyrings/kitware-archive-keyring.gpg] https://apt.kitware.com/ubuntu/ ${{ env.ubuntu_codename }} main" | sudo tee /etc/apt/sources.list.d/kitware.list >/dev/null
2828
sudo apt-get update -qq
2929
sudo apt-get install -y cmake gcc
30-
- name: build static
30+
- name: build packages
3131
run: |
3232
mkdir -p build
3333
cd build
@@ -40,8 +40,8 @@ jobs:
4040
- name: push package to packagecloud.io
4141
uses: computology/packagecloud-github-action@v0.6
4242
with:
43-
PACKAGE-NAME: packages/ubuntu/${{ env.ubuntu_codename }}/*.deb
43+
PACKAGE-NAME: build/packages/ubuntu/${{ env.ubuntu_codename }}/*.deb
4444
PACKAGECLOUD-USERNAME: libtom
45-
PACKAGECLOUD-REPONAME: libtom
45+
PACKAGECLOUD-REPONAME: packages
4646
PACKAGECLOUD-DISTRO: ubuntu/${{ env.ubuntu_codename }}
4747
PACKAGECLOUD-TOKEN: ${{ secrets.PACKAGECLOUD_TOKEN }}

0 commit comments

Comments
 (0)