We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b01d38 commit 68495e8Copy full SHA for 68495e8
codebuild/py37/decrypt_dafny_esdk_vectors.yml
@@ -56,9 +56,9 @@ phases:
56
-H "X-GitHub-Api-Version: 2022-11-28" \
57
$(echo $MOST_RECENT_RUN_DOWNLOAD_URL | tr -d '"') -o ubuntu-latest_test_vector_artifact.zip
58
# This unzips to `net41.zip`
59
- - unzip ubuntu-latest_test_vector_artifact
+ - unzip ubuntu-latest_test_vector_artifact.zip
60
# This unzips to `net41/`
61
- - unzip net41.zip
+ # - unzip net41.zip
62
- ls
63
build:
64
commands:
0 commit comments