Skip to content

Commit

Permalink
Fix expected artifact directory name for semver versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Mercer committed Sep 27, 2023
1 parent 6e3f5b0 commit f59bf3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/debug-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
LANGUAGES="cpp csharp go java javascript python"
for version in $VERSIONS; do
for os in ubuntu-latest macos-latest; do
pushd "./my-debug-artifacts-$os-$version"
pushd "./my-debug-artifacts-$os-${version//./}"
echo "Artifacts from version $version on $os:"
for language in $LANGUAGES; do
echo "- Checking $language"
Expand Down

0 comments on commit f59bf3c

Please sign in to comment.