From 40a940fa5d6f3a748058bfc9bbed3e4346d16e7b Mon Sep 17 00:00:00 2001 From: Raphael <68374617+raphaelscholle@users.noreply.github.com> Date: Fri, 9 Aug 2024 22:51:47 +0200 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 30 ++---------------------------- 1 file changed, 2 insertions(+), 28 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0f41275..82b9c2e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: @@ -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" \ No newline at end of file + file: "*.deb" \ No newline at end of file