Skip to content

Commit f59bf3c

Browse files
committed
Fix expected artifact directory name for semver versions
1 parent 6e3f5b0 commit f59bf3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/debug-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
LANGUAGES="cpp csharp go java javascript python"
8080
for version in $VERSIONS; do
8181
for os in ubuntu-latest macos-latest; do
82-
pushd "./my-debug-artifacts-$os-$version"
82+
pushd "./my-debug-artifacts-$os-${version//./}"
8383
echo "Artifacts from version $version on $os:"
8484
for language in $LANGUAGES; do
8585
echo "- Checking $language"

0 commit comments

Comments
 (0)