Fix directory name of artifacts
This commit is contained in:
parent
1c82b1bb73
commit
27df4c2a47
1 changed files with 2 additions and 2 deletions
|
|
@ -62,8 +62,8 @@ jobs:
|
|||
OPERATING_SYSTEMS="ubuntu-latest macos-latest"
|
||||
LANGUAGES="cpp csharp go java javascript python"
|
||||
for os in $OPERATING_SYSTEMS; do
|
||||
pushd "./my-debug-artifacts-$os-latest"
|
||||
echo "Artifacts from version latest on $os:"
|
||||
pushd "./my-debug-artifacts-$os"
|
||||
echo "Artifacts from run on $os:"
|
||||
for language in $LANGUAGES; do
|
||||
echo "- Checking $language"
|
||||
if [[ ! -f "my-db-$language-partial.zip" ]] ; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue