From 27df4c2a47a30e0e2fe48a2b53f9e7ebcd33a331 Mon Sep 17 00:00:00 2001 From: Angela P Wen Date: Mon, 8 Aug 2022 15:16:15 +0200 Subject: [PATCH] Fix directory name of artifacts --- .github/workflows/debug-artifacts-failure.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/debug-artifacts-failure.yml b/.github/workflows/debug-artifacts-failure.yml index a0bd1a36a..765767f1c 100644 --- a/.github/workflows/debug-artifacts-failure.yml +++ b/.github/workflows/debug-artifacts-failure.yml @@ -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