fix: re-enable bin publishing with 73DAC973A9ADBB9ADCB5CDC4595A08135BA9FF73 GPG key
This commit is contained in:
parent
0a3d93453e
commit
1f23999c10
2 changed files with 7 additions and 7 deletions
12
.github/workflows/linux.yml
vendored
12
.github/workflows/linux.yml
vendored
|
@ -129,12 +129,12 @@ jobs:
|
||||||
if: (github.ref == 'refs/heads/master' || github.event_name == 'push') && github.repository == 'mCaptcha/mCaptcha'
|
if: (github.ref == 'refs/heads/master' || github.event_name == 'push') && github.repository == 'mCaptcha/mCaptcha'
|
||||||
run: make docker-publish
|
run: make docker-publish
|
||||||
|
|
||||||
# - name: publish bins
|
- name: publish bins
|
||||||
# if: (github.ref == 'refs/heads/master' || github.event_name == 'push') && github.repository == 'mCaptcha/mCaptcha'
|
if: (github.ref == 'refs/heads/master' || github.event_name == 'push') && github.repository == 'mCaptcha/mCaptcha'
|
||||||
# run: ./scripts/publish.sh publish master latest $DUMBSERVE_PASSWORD
|
run: ./scripts/publish.sh publish master latest $DUMBSERVE_PASSWORD
|
||||||
# env:
|
env:
|
||||||
# DUMBSERVE_PASSWORD: ${{ secrets.DUMBSERVE_PASSWORD }}
|
DUMBSERVE_PASSWORD: ${{ secrets.DUMBSERVE_PASSWORD }}
|
||||||
# GPG_PASSWORD: ${{ secrets.GPG_PASSWORD }}
|
GPG_PASSWORD: ${{ secrets.GPG_PASSWORD }}
|
||||||
|
|
||||||
- name: generate documentation
|
- name: generate documentation
|
||||||
if: matrix.version == 'stable' && (github.repository == 'mCaptcha/mCaptcha')
|
if: matrix.version == 'stable' && (github.repository == 'mCaptcha/mCaptcha')
|
||||||
|
|
|
@ -17,7 +17,7 @@ DUMBSERVE_PASSWORD=$4
|
||||||
DUMBSERVE_HOST="https://$DUMBSERVE_USERNAME:$DUMBSERVE_PASSWORD@dl.mcaptcha.org"
|
DUMBSERVE_HOST="https://$DUMBSERVE_USERNAME:$DUMBSERVE_PASSWORD@dl.mcaptcha.org"
|
||||||
|
|
||||||
NAME=mcaptcha
|
NAME=mcaptcha
|
||||||
KEY=0CBABF3084E84E867A76709750BE39D10ECE01FB
|
KEY=73DAC973A9ADBB9ADCB5CDC4595A08135BA9FF73
|
||||||
|
|
||||||
TMP_DIR=$(mktemp -d)
|
TMP_DIR=$(mktemp -d)
|
||||||
FILENAME="$NAME-$2-linux-amd64"
|
FILENAME="$NAME-$2-linux-amd64"
|
||||||
|
|
Loading…
Reference in a new issue