Skip to content

Commit 68495e8

Browse files
debug
1 parent 3b01d38 commit 68495e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

codebuild/py37/decrypt_dafny_esdk_vectors.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ phases:
5656
-H "X-GitHub-Api-Version: 2022-11-28" \
5757
$(echo $MOST_RECENT_RUN_DOWNLOAD_URL | tr -d '"') -o ubuntu-latest_test_vector_artifact.zip
5858
# This unzips to `net41.zip`
59-
- unzip ubuntu-latest_test_vector_artifact
59+
- unzip ubuntu-latest_test_vector_artifact.zip
6060
# This unzips to `net41/`
61-
- unzip net41.zip
61+
# - unzip net41.zip
6262
- ls
6363
build:
6464
commands:

0 commit comments

Comments
 (0)