Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Aug 9, 2024
1 parent bde3062 commit 40a940f
Showing 1 changed file with 2 additions and 28 deletions.
30 changes: 2 additions & 28 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
VERSION="0.1-$(date -d '+1 hour' +'%m-%d-%Y--%H-%M-%S')"
fpm -a arm64 -s dir -t deb -n arducam-camera -v "$VERSION" -C arducam -p openhd_rock5cams_VERSION_ARCH.deb
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
Expand All @@ -38,30 +38,4 @@ jobs:
distro: "any-distro"
release: "any-version"
republish: "true" # needed ONLY if version is not changing
file: "*armhf.deb"
- name: Push2
id: push2
uses: cloudsmith-io/action@master
with:
api-key: ${{ secrets.CLOUDSMITH_API_KEY }}
command: "push"
format: "deb"
owner: "openhd"
repo: "release"
distro: "any-distro"
release: "any-version"
republish: "true" # needed ONLY if version is not changing
file: "*arm64.deb"
- name: Push3
id: push3
uses: cloudsmith-io/action@master
with:
api-key: ${{ secrets.CLOUDSMITH_API_KEY }}
command: "push"
format: "deb"
owner: "openhd"
repo: "release"
distro: "any-distro"
release: "any-version"
republish: "true" # needed ONLY if version is not changing
file: "*amd64.deb"
file: "*.deb"

0 comments on commit 40a940f

Please sign in to comment.