Merge pull request #523 from kiwix/fix_workflow_trigger

This commit is contained in:
Matthieu Gautier 2022-03-28 11:08:47 +02:00 committed by GitHub
commit 12824f93af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -109,6 +109,7 @@ jobs:
PLATFORM_TARGET: ${{matrix.target}}
BINTRAY_USER: kiwix
BINTRAY_PASS: ${{secrets.bintray_pass}}
GITHUB_PAT: ${{secrets.GHCR_TOKEN}}
- name: Upload failure logs
if: failure()
run: $HOME/kiwix-build/.github/scripts/upload_failure_logs.sh
@ -154,8 +155,6 @@ jobs:
run: |
cd $HOME
kiwix-build/.github/scripts/build_release_nightly.py
env:
GITHUB_PAT: ${{secrets.GHCR_TOKEN}}
- name: Upload failure logs
if: failure()
run: $HOME/kiwix-build/.github/scripts/upload_failure_logs.sh