Skip to content

Commit

Permalink
bash syntax fixup per review
Browse files Browse the repository at this point in the history
  • Loading branch information
Angela P Wen committed Aug 3, 2022
1 parent e16d085 commit 4ec485d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/debug-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
LANGUAGES="cpp csharp go java javascript python"
for os in $OPERATING_SYSTEMS; do
for version in $VERSIONS; do
cd ./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"
Expand All @@ -76,7 +76,7 @@ jobs:
exit 1
fi
done
cd ..
popd
done
done
env:
Expand Down

0 comments on commit 4ec485d

Please sign in to comment.