We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e3f5b0 commit f59bf3cCopy full SHA for f59bf3c
.github/workflows/debug-artifacts.yml
@@ -79,7 +79,7 @@ jobs:
79
LANGUAGES="cpp csharp go java javascript python"
80
for version in $VERSIONS; do
81
for os in ubuntu-latest macos-latest; do
82
- pushd "./my-debug-artifacts-$os-$version"
+ pushd "./my-debug-artifacts-$os-${version//./}"
83
echo "Artifacts from version $version on $os:"
84
for language in $LANGUAGES; do
85
echo "- Checking $language"
0 commit comments