Skip to content

Commit

Permalink
Merge pull request #341 from cheqd/fix_release
Browse files Browse the repository at this point in the history
fix: Get rid of debian package for release
  • Loading branch information
Toktar authored Jul 5, 2022
2 parents a725660 + a02f2ef commit 949037f
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 949037f

Please sign in to comment.