diff --git a/.github/workflows/build_package_Rock5.yml b/.github/workflows/build_package_Rock5.yml index c8f84255a..6f114972a 100644 --- a/.github/workflows/build_package_Rock5.yml +++ b/.github/workflows/build_package_Rock5.yml @@ -65,17 +65,11 @@ jobs: *.deb - name: Push - id: push if: github.ref_name == 'release' || github.ref_name == 'dev-release' - uses: cloudsmith-io/action@master - with: - api-key: ${{ secrets.CLOUDSMITH_API_KEY }} - command: "push" - format: "deb" - owner: "openhd" - repo: ${{ github.ref_name }} - distro: "debian" - release: "bullseye" - republish: "true" # needed ONLY if version is not changing - file: "*.deb" + run: | + ls -a + sudo apt install -y python3-pip + pip install cloudsmith-api --break-system-packages + pip install cloudsmith-cli --break-system-packages + cloudsmith push deb -k ${{ secrets.CLOUDSMITH_API_KEY }} openhd/${{ github.ref_name }}/debian/bullseye *.deb