mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-09-22 11:56:21 -04:00
Merge pull request #523 from kiwix/fix_workflow_trigger
This commit is contained in:
commit
12824f93af
3
.github/workflows/releaseNigthly.yml
vendored
3
.github/workflows/releaseNigthly.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user