From a02f2efb7aced45d177abfd6fa1a89ee853227a0 Mon Sep 17 00:00:00 2001 From: Andrew Nikitin Date: Tue, 5 Jul 2022 13:57:14 +0300 Subject: [PATCH] fix: Get rid of debian package for release Signed-off-by: Andrew Nikitin --- .github/workflows/release.yml | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 857e4d96d..63917595b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,23 +32,7 @@ jobs: path: build-tools - name: Restore binary permissions - run: sudo chmod +x cheqd-noded - - - name: Install fpm - run: | - sudo apt-get install ruby ruby-dev rubygems build-essential - sudo gem install --no-document fpm - - - name: Build Debian package for release - working-directory: build-tools - run: | - ./build-deb.sh "cheqd-noded" - - - name: Store Debian package artifact for release - uses: actions/upload-artifact@v3 - with: - name: cheqd-node_${{ env.RELEASE_VERSION }}_amd64.deb - path: build-tools/output/cheqd-node_${{ env.RELEASE_VERSION }}_amd64.deb + run: sudo chmod +x build-tools/cheqd-noded - uses: "marvinpinto/action-automatic-releases@latest" with: @@ -57,7 +41,6 @@ jobs: prerelease: true draft: true files: | - build-tools/output/cheqd-node_${{ env.RELEASE_VERSION }}_amd64.deb build-tools/cheqd-noded release-docker-images: