Skip to content

Commit

Permalink
fix rock5 package upload
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Jul 22, 2024
1 parent dbe70d2 commit 58cbec9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_package_Rock5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,7 @@ jobs:
sudo apt install -y python3-pip
pip install cloudsmith-api
pip install cloudsmith-cli
cloudsmith push deb -k ${{ secrets.CLOUDSMITH_API_KEY }} openhd/${{ github.ref_name }}/debian/bullseye *.deb
cloudsmith push deb -k ${{ secrets.CLOUDSMITH_API_KEY }} openhd/${{ github.ref_name }}/debian/bullseye qopenhd_rk3588_*.deb
cloudsmith push deb -k ${{ secrets.CLOUDSMITH_API_KEY }} openhd/${{ github.ref_name }}/debian/bullseye qopenhd_rk3588a_*.deb
cloudsmith push deb -k ${{ secrets.CLOUDSMITH_API_KEY }} openhd/${{ github.ref_name }}/debian/bullseye qopenhd_rk3566_*.deb

0 comments on commit 58cbec9

Please sign in to comment.