Fix expected artifact directory name for semver versions
This commit is contained in:
parent
6e3f5b0184
commit
f59bf3c458
1 changed files with 1 additions and 1 deletions
2
.github/workflows/debug-artifacts.yml
vendored
2
.github/workflows/debug-artifacts.yml
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue