From 646b7e03538bb972c3a24cdc4919e29bc701d6df 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..65cddfec 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