Skip to content

Commit

Permalink
Fix artifact lookup for ubuntu-20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Mercer committed Oct 27, 2022
1 parent a312004 commit 993ca05
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/debug-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,9 @@ jobs:
LANGUAGES="cpp csharp go java javascript python"
for version in $VERSIONS; do
if [[ "$version" =~ stable-(20210308|20210319|20210809) ]]; then
OPERATING_SYSTEMS="ubuntu-20.04 macos-latest"
# Note the absence of the period in "ubuntu-2004": this is present in the image name
# but not the artifact name
OPERATING_SYSTEMS="ubuntu-2004 macos-latest"
else
OPERATING_SYSTEMS="ubuntu-latest macos-latest"
fi
Expand Down

0 comments on commit 993ca05

Please sign in to comment.