Skip to content

Commit

Permalink
Fix directory name of artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Angela P Wen committed Aug 8, 2022
1 parent 1c82b1b commit 27df4c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/debug-artifacts-failure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 27df4c2

Please sign in to comment.