Skip to content

Commit

Permalink
fix upload for further releases
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Jun 25, 2024
1 parent a13fca3 commit 357c8bf
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions .github/workflows/build_package_Rock5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 357c8bf

Please sign in to comment.