File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
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 }}
You can’t perform that action at this time.
0 commit comments