From 0b83f269d9a304b8113aa13ccb8afb472b4efb89 Mon Sep 17 00:00:00 2001 From: Kenneth Hoste Date: Wed, 12 Jun 2024 10:04:50 +0200 Subject: [PATCH] fix CI workflow after changes to create_source_tarball.sh script --- .github/workflows/scripts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scripts.yml b/.github/workflows/scripts.yml index 725b45ea..6068e771 100644 --- a/.github/workflows/scripts.yml +++ b/.github/workflows/scripts.yml @@ -120,7 +120,7 @@ jobs: # script should fail if expected source tarball did not get created in dist/ ($GITHUB_WORKSPACE/scripts/create_source_tarball.sh ${{matrix.repo}} $version 2>&1 | tee $out) || true - grep "ERROR: Expected file dist/${{matrix.repo}}-${version}.tar.gz not found!" $out + grep "ERROR: No source tarball for ${matrix.repo} ${version} found" $out echo "Expected error found in output: OK!" # clean up index file, to avoid check for dirty working directory failing