From aab64f89d0610c5e02b115bc893d965d111243dd Mon Sep 17 00:00:00 2001 From: Karoly Gossler Date: Thu, 29 Feb 2024 10:47:29 +0100 Subject: [PATCH] typo --- .github/workflows/archive-validation.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/archive-validation.yml b/.github/workflows/archive-validation.yml index bd651206..4db8b90e 100644 --- a/.github/workflows/archive-validation.yml +++ b/.github/workflows/archive-validation.yml @@ -29,9 +29,7 @@ jobs: run: | echo "NO_OF_FILES_CHANGED_IN_ROOT=$(.ci/github/files_between_commits.sh origin/$GITHUB_BASE_REF $GITHUB_SHA | .ci/github/number_of_files_changed_in_root.sh)" >> $GITHUB_ENV - - run: echo $NO_OF_FILES_CHANGED_IN_ROOT - -# - run: | -# git archive -o archive.tar $GITHUB_SHA && sh .ci/github/validate_archive.sh archive.tar - # if: ${{ steps.number-of-changed-files.outputs.no_of_changed_files_in_root > 0 }} + - run: | + git archive -o archive.tar $GITHUB_SHA && sh .ci/github/validate_archive.sh archive.tar + if: ${{ steps.number-of-changed-files.outputs.no_of_changed_files_in_root > 0 }}