We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f71067b commit 346d067Copy full SHA for 346d067
.github/workflows/debug-artifacts-safe.yml
@@ -71,7 +71,7 @@ jobs:
71
- name: Check expected artifacts exist
72
shell: bash
73
run: |
74
- VERSIONS="stable-v2.15.5 stable-v2.16.6 stable-v2.17.6 stable-v2.18.4 stable-v2.19.4 default linked nightly-latest"
+ VERSIONS="stable-v2.20.3 default linked nightly-latest"
75
LANGUAGES="cpp csharp go java javascript python"
76
for version in $VERSIONS; do
77
pushd "./my-debug-artifacts-${version//./}"
0 commit comments