mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-09-23 04:25:38 -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}}
|
PLATFORM_TARGET: ${{matrix.target}}
|
||||||
BINTRAY_USER: kiwix
|
BINTRAY_USER: kiwix
|
||||||
BINTRAY_PASS: ${{secrets.bintray_pass}}
|
BINTRAY_PASS: ${{secrets.bintray_pass}}
|
||||||
|
GITHUB_PAT: ${{secrets.GHCR_TOKEN}}
|
||||||
- name: Upload failure logs
|
- name: Upload failure logs
|
||||||
if: failure()
|
if: failure()
|
||||||
run: $HOME/kiwix-build/.github/scripts/upload_failure_logs.sh
|
run: $HOME/kiwix-build/.github/scripts/upload_failure_logs.sh
|
||||||
@ -154,8 +155,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cd $HOME
|
cd $HOME
|
||||||
kiwix-build/.github/scripts/build_release_nightly.py
|
kiwix-build/.github/scripts/build_release_nightly.py
|
||||||
env:
|
|
||||||
GITHUB_PAT: ${{secrets.GHCR_TOKEN}}
|
|
||||||
- name: Upload failure logs
|
- name: Upload failure logs
|
||||||
if: failure()
|
if: failure()
|
||||||
run: $HOME/kiwix-build/.github/scripts/upload_failure_logs.sh
|
run: $HOME/kiwix-build/.github/scripts/upload_failure_logs.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user