Skip to content

Commit 646b7e0

Browse files
boegelMicket
authored andcommitted
fix CI workflow after changes to create_source_tarball.sh script
1 parent 10a9f88 commit 646b7e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scripts.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
121121
# script should fail if expected source tarball did not get created in dist/
122122
($GITHUB_WORKSPACE/scripts/create_source_tarball.sh ${{matrix.repo}} $version 2>&1 | tee $out) || true
123-
grep "ERROR: Expected file dist/${{matrix.repo}}-${version}.tar.gz not found!" $out
123+
grep "ERROR: No source tarball for ${{matrix.repo}} ${version} found" $out
124124
echo "Expected error found in output: OK!"
125125
126126
# clean up index file, to avoid check for dirty working directory failing

0 commit comments

Comments
 (0)