From 8e3fb9d8ec05a4f3c9213134df8fe745741910ed Mon Sep 17 00:00:00 2001 From: Aravinth Manivannan Date: Tue, 17 Oct 2023 16:14:06 +0530 Subject: [PATCH] hotfix: disable uploads to dl.mcaptcha.org --- .github/workflows/linux.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 27d7222b..47e9ab55 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -129,12 +129,12 @@ jobs: if: (github.ref == 'refs/heads/master' || github.event_name == 'push') && github.repository == 'mCaptcha/mCaptcha' run: make docker-publish - - name: publish bins - if: (github.ref == 'refs/heads/master' || github.event_name == 'push') && github.repository == 'mCaptcha/mCaptcha' - run: ./scripts/publish.sh publish master latest $DUMBSERVE_PASSWORD - env: - DUMBSERVE_PASSWORD: ${{ secrets.DUMBSERVE_PASSWORD }} - GPG_PASSWORD: ${{ secrets.GPG_PASSWORD }} + # - name: publish bins + # if: (github.ref == 'refs/heads/master' || github.event_name == 'push') && github.repository == 'mCaptcha/mCaptcha' + # run: ./scripts/publish.sh publish master latest $DUMBSERVE_PASSWORD + # env: + # DUMBSERVE_PASSWORD: ${{ secrets.DUMBSERVE_PASSWORD }} + # GPG_PASSWORD: ${{ secrets.GPG_PASSWORD }} - name: generate documentation if: matrix.version == 'stable' && (github.repository == 'mCaptcha/mCaptcha')