Skip to content

Commit 97fe15c

Browse files
committed
Create impl directory if does not exist
1 parent f8d2297 commit 97fe15c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/versioned-report.yml

+1
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ jobs:
9999
MATRIX_VERSIONS_FILE="implementations/$impl/matrix-versions.json"
100100
if [ ! -f $MATRIX_VERSIONS_FILE ]; then
101101
echo "Dump versions for remote test harness $impl"
102+
mkdir $(dirname "$MATRIX_VERSIONS_FILE")
102103
gh api \
103104
-H "Accept: application/vnd.github+json" \
104105
-H "X-GitHub-Api-Version: 2022-11-28" \

0 commit comments

Comments
 (0)