Skip to content

Commit 6fa0d31

Browse files
committed
Use unique artifact names during the CI run
1 parent 841a511 commit 6fa0d31

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/Update-Constraints/Build-And-Freeze-VEnv.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ pip freeze --exclude-editable > "$out_path"
6262

6363
# Expose both basename (artifact name) and path (artifact file)
6464

65-
echo "ARTIFACT_NAME=$out_basename" >> "$GITHUB_ENV"
65+
echo "ARTIFACT_NAME=constraints-${py_tag}.txt" >> "$GITHUB_ENV"
6666
echo "ARTIFACT_PATH=$out_path" >> "$GITHUB_ENV"

.github/workflows/update-constraints.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,8 @@ jobs:
192192
with :
193193

194194
merge-multiple : true
195-
pattern : 'constraints.txt'
196-
path : 'Data/Python/${{ matrix.py }}/'
195+
pattern : 'constraints-*.txt'
196+
path : '.'
197197

198198
################################################################
199199

0 commit comments

Comments
 (0)