Skip to content

Commit

Permalink
Fix artifact name. See #276
Browse files Browse the repository at this point in the history
  • Loading branch information
kwk committed Feb 27, 2024
1 parent fc62073 commit f461efa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing-farm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
# Create the artifact file that we use to identify if the test already
# ran
artifact_name=testing-farm-${{ matrix.os-version }}-${{ matrix.strategy }} -$yyyymmdd
artifact_name="testing-farm-${{ matrix.os-version }}-${{ matrix.strategy }}-$yyyymmdd"
echo "artifact_name=$artifact_name" >> $GITHUB_ENV
touch /tmp/$artifact_name
skip=0
Expand Down

0 comments on commit f461efa

Please sign in to comment.