Skip to content

Commit 5d4dc69

Browse files
stdevMacrubo
andcommitted
Disable publishing to Downloads (#9910)
* chore: remove from release the upload to the downloads page * Delete publish-downloads.sh --------- Co-authored-by: Ruben Buniatyan <rubo@users.noreply.github.com>
1 parent 581f326 commit 5d4dc69

2 files changed

Lines changed: 0 additions & 60 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -139,36 +139,6 @@ jobs:
139139
rm -rf $GITHUB_WORKSPACE/$PACKAGE_DIR/*/
140140
$SCRIPTS_PATH/publish-github.sh
141141
142-
publish-downloads:
143-
name: Publish to Downloads page
144-
runs-on: ubuntu-latest
145-
needs: [approval, build]
146-
if: needs.build.outputs.prerelease == 'false'
147-
steps:
148-
- name: Check out Nethermind repository
149-
uses: actions/checkout@v5
150-
151-
- name: Download artifacts
152-
uses: actions/download-artifact@v4
153-
with:
154-
path: ${{ github.workspace }}/${{ env.PACKAGE_DIR }}
155-
156-
- name: Configure GPG Key
157-
run: |
158-
mkdir -p ~/.gnupg/
159-
printf "${{ secrets.GPG_SIGNING_KEY }}" | base64 --decode > ~/.gnupg/private.key
160-
gpg --import --no-tty --batch --yes ~/.gnupg/private.key
161-
162-
- name: Publish packages to Downloads page
163-
env:
164-
DOWNLOADS_PAGE: ${{ secrets.DOWNLOADS_API_KEY }}
165-
PACKAGE_PREFIX: ${{ needs.build.outputs.package-prefix }}
166-
PASS: ${{ secrets.GPG_PASSWORD }}
167-
run: |
168-
cp $GITHUB_WORKSPACE/$PACKAGE_DIR/**/*.zip $GITHUB_WORKSPACE/$PACKAGE_DIR
169-
rm -rf $GITHUB_WORKSPACE/$PACKAGE_DIR/*/
170-
$SCRIPTS_PATH/publish-downloads.sh
171-
172142
publish-docker:
173143
name: Publish to Docker Hub
174144
runs-on: ubuntu-latest

scripts/build/publish-downloads.sh

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)