Skip to content

Commit eaec740

Browse files
authored
[CI] Replace all forward slashes in artifact index (#1316)
Not just the first one.
1 parent 9faee26 commit eaec740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-gb-25.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
# Artifact names cannot include forward slashes and some other characters, here we
6868
# do some sanitisation.
6969
ARTIFACT_INDEX=${{ matrix.julia_version }}-${{ matrix.xla_commit }}-${{ matrix.gb25_commit }}-${{ matrix.reactant_commit }}
70-
echo "ARTIFACT_INDEX=${ARTIFACT_INDEX/\//_}" >> "${GITHUB_ENV}"
70+
echo "ARTIFACT_INDEX=${ARTIFACT_INDEX//\//_}" >> "${GITHUB_ENV}"
7171
- uses: bazel-contrib/[email protected]
7272
name: Set up Bazel
7373
with:

0 commit comments

Comments
 (0)