From 8e5afad53857f8697a153784c7cd11afac4075da Mon Sep 17 00:00:00 2001 From: Emmanuel Engelhart Date: Fri, 18 Oct 2024 13:13:35 +0200 Subject: [PATCH] Using upload_failure_logs.py (not .sh) --- .github/workflows/{releaseNigthly.yml => cd.yml} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename .github/workflows/{releaseNigthly.yml => cd.yml} (99%) diff --git a/.github/workflows/releaseNigthly.yml b/.github/workflows/cd.yml similarity index 99% rename from .github/workflows/releaseNigthly.yml rename to .github/workflows/cd.yml index e9bd2b9..e55e67a 100644 --- a/.github/workflows/releaseNigthly.yml +++ b/.github/workflows/cd.yml @@ -1,4 +1,4 @@ -name: Release&Nigthly +name: CD on: push: @@ -172,7 +172,7 @@ jobs: BINTRAY_PASS: ${{secrets.bintray_pass}} - name: Upload failure logs if: failure() - run: $HOME/kiwix-build/.github/scripts/upload_failure_logs.sh + run: $HOME/kiwix-build/.github/scripts/upload_failure_logs.py env: COMPILE_CONFIG: ${{matrix.config}} @@ -217,7 +217,7 @@ jobs: kiwix-build/.github/scripts/build_release_nightly.py - name: Upload failure logs if: failure() - run: $HOME/kiwix-build/.github/scripts/upload_failure_logs.sh + run: $HOME/kiwix-build/.github/scripts/upload_failure_logs.py Macos: strategy: @@ -296,7 +296,7 @@ jobs: COMPILE_CONFIG: ${{matrix.config}} - name: Upload failure logs if: failure() - run: $GITHUB_WORKSPACE/.github/scripts/upload_failure_logs.sh + run: $GITHUB_WORKSPACE/.github/scripts/upload_failure_logs.py env: COMPILE_CONFIG: ${{matrix.config}}