Fix directory name of artifacts

This commit is contained in:
Angela P Wen 2022-08-08 15:16:15 +02:00
parent 1c82b1bb73
commit 27df4c2a47

View file

@ -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