File tree 7 files changed +21
-21
lines changed
7 files changed +21
-21
lines changed Original file line number Diff line number Diff line change @@ -36,17 +36,17 @@ phases:
36
36
MOST_RECENT_RUN_DOWNLOAD_URL=$(curl -H "Accept: application/vnd.github+json" \
37
37
-H "Authorization: token $GITHUB_TOKEN" \
38
38
-H "X-GitHub-Api-Version: 2022-11-28" \
39
- "https://api.github.com/repos/aws/aws-encryption-sdk/actions/runs/$MOST_RECENT_RUN_ID/artifacts?name=ubuntu-22.04_latest_vector_artifact " \
39
+ "https://api.github.com/repos/aws/aws-encryption-sdk/actions/runs/$MOST_RECENT_RUN_ID/artifacts?name=ubuntu-22.04_vector_artifact " \
40
40
| jq '.artifacts[0].archive_download_url')
41
41
- |
42
42
echo "DEBUG: Fetching artifact at $MOST_RECENT_RUN_DOWNLOAD_URL"
43
43
- |
44
44
curl -L -H "Accept: application/vnd.github+json" \
45
45
-H "Authorization: token $GITHUB_TOKEN" \
46
46
-H "X-GitHub-Api-Version: 2022-11-28" \
47
- $(echo $MOST_RECENT_RUN_DOWNLOAD_URL | tr -d '"') -o ubuntu-22.04_latest_vector_artifact .zip
47
+ $(echo $MOST_RECENT_RUN_DOWNLOAD_URL | tr -d '"') -o ubuntu-22.04_vector_artifact .zip
48
48
# This unzips to `net41.zip`.
49
- - unzip ubuntu-22.04_latest_vector_artifact
49
+ - unzip ubuntu-22.04_vector_artifact
50
50
# This unzips to `net41/`.
51
51
- unzip net41.zip -d net41
52
52
build :
Original file line number Diff line number Diff line change @@ -38,17 +38,17 @@ phases:
38
38
MOST_RECENT_RUN_DOWNLOAD_URL=$(curl -H "Accept: application/vnd.github+json" \
39
39
-H "Authorization: token $GITHUB_TOKEN" \
40
40
-H "X-GitHub-Api-Version: 2022-11-28" \
41
- "https://api.github.com/repos/aws/aws-encryption-sdk/actions/runs/$MOST_RECENT_RUN_ID/artifacts?name=ubuntu-22.04_latest_vector_artifact " \
41
+ "https://api.github.com/repos/aws/aws-encryption-sdk/actions/runs/$MOST_RECENT_RUN_ID/artifacts?name=ubuntu-22.04_vector_artifact " \
42
42
| jq '.artifacts[0].archive_download_url')
43
43
- |
44
44
echo "DEBUG: Fetching artifact at $MOST_RECENT_RUN_DOWNLOAD_URL"
45
45
- |
46
46
curl -L -H "Accept: application/vnd.github+json" \
47
47
-H "Authorization: token $GITHUB_TOKEN" \
48
48
-H "X-GitHub-Api-Version: 2022-11-28" \
49
- $(echo $MOST_RECENT_RUN_DOWNLOAD_URL | tr -d '"') -o ubuntu-22.04_latest_vector_artifact .zip
49
+ $(echo $MOST_RECENT_RUN_DOWNLOAD_URL | tr -d '"') -o ubuntu-22.04_vector_artifact .zip
50
50
# This unzips to `net41.zip`.
51
- - unzip ubuntu-22.04_latest_vector_artifact
51
+ - unzip ubuntu-22.04_vector_artifact
52
52
# This unzips to `net41/`.
53
53
- unzip net41.zip -d net41
54
54
build :
Original file line number Diff line number Diff line change @@ -36,17 +36,17 @@ phases:
36
36
MOST_RECENT_RUN_DOWNLOAD_URL=$(curl -H "Accept: application/vnd.github+json" \
37
37
-H "Authorization: token $GITHUB_TOKEN" \
38
38
-H "X-GitHub-Api-Version: 2022-11-28" \
39
- "https://api.github.com/repos/aws/aws-encryption-sdk/actions/runs/$MOST_RECENT_RUN_ID/artifacts?name=ubuntu-22.04_latest_vector_artifact " \
39
+ "https://api.github.com/repos/aws/aws-encryption-sdk/actions/runs/$MOST_RECENT_RUN_ID/artifacts?name=ubuntu-22.04_vector_artifact " \
40
40
| jq '.artifacts[0].archive_download_url')
41
41
- |
42
42
echo "DEBUG: Fetching artifact at $MOST_RECENT_RUN_DOWNLOAD_URL"
43
43
- |
44
44
curl -L -H "Accept: application/vnd.github+json" \
45
45
-H "Authorization: token $GITHUB_TOKEN" \
46
46
-H "X-GitHub-Api-Version: 2022-11-28" \
47
- $(echo $MOST_RECENT_RUN_DOWNLOAD_URL | tr -d '"') -o ubuntu-22.04_latest_vector_artifact .zip
47
+ $(echo $MOST_RECENT_RUN_DOWNLOAD_URL | tr -d '"') -o ubuntu-22.04_vector_artifact .zip
48
48
# This unzips to `net41.zip`.
49
- - unzip ubuntu-22.04_latest_vector_artifact
49
+ - unzip ubuntu-22.04_vector_artifact
50
50
# This unzips to `net41/`.
51
51
- unzip net41.zip -d net41
52
52
build :
Original file line number Diff line number Diff line change @@ -38,17 +38,17 @@ phases:
38
38
MOST_RECENT_RUN_DOWNLOAD_URL=$(curl -H "Accept: application/vnd.github+json" \
39
39
-H "Authorization: token $GITHUB_TOKEN" \
40
40
-H "X-GitHub-Api-Version: 2022-11-28" \
41
- "https://api.github.com/repos/aws/aws-encryption-sdk/actions/runs/$MOST_RECENT_RUN_ID/artifacts?name=ubuntu-22.04_latest_vector_artifact " \
41
+ "https://api.github.com/repos/aws/aws-encryption-sdk/actions/runs/$MOST_RECENT_RUN_ID/artifacts?name=ubuntu-22.04_vector_artifact " \
42
42
| jq '.artifacts[0].archive_download_url')
43
43
- |
44
44
echo "DEBUG: Fetching artifact at $MOST_RECENT_RUN_DOWNLOAD_URL"
45
45
- |
46
46
curl -L -H "Accept: application/vnd.github+json" \
47
47
-H "Authorization: token $GITHUB_TOKEN" \
48
48
-H "X-GitHub-Api-Version: 2022-11-28" \
49
- $(echo $MOST_RECENT_RUN_DOWNLOAD_URL | tr -d '"') -o ubuntu-22.04_latest_vector_artifact .zip
49
+ $(echo $MOST_RECENT_RUN_DOWNLOAD_URL | tr -d '"') -o ubuntu-22.04_vector_artifact .zip
50
50
# This unzips to `net41.zip`.
51
- - unzip ubuntu-22.04_latest_vector_artifact
51
+ - unzip ubuntu-22.04_vector_artifact
52
52
# This unzips to `net41/`.
53
53
- unzip net41.zip -d net41
54
54
build :
Original file line number Diff line number Diff line change @@ -36,17 +36,17 @@ phases:
36
36
MOST_RECENT_RUN_DOWNLOAD_URL=$(curl -H "Accept: application/vnd.github+json" \
37
37
-H "Authorization: token $GITHUB_TOKEN" \
38
38
-H "X-GitHub-Api-Version: 2022-11-28" \
39
- "https://api.github.com/repos/aws/aws-encryption-sdk/actions/runs/$MOST_RECENT_RUN_ID/artifacts?name=ubuntu-22.04_latest_vector_artifact " \
39
+ "https://api.github.com/repos/aws/aws-encryption-sdk/actions/runs/$MOST_RECENT_RUN_ID/artifacts?name=ubuntu-22.04_vector_artifact " \
40
40
| jq '.artifacts[0].archive_download_url')
41
41
- |
42
42
echo "DEBUG: Fetching artifact at $MOST_RECENT_RUN_DOWNLOAD_URL"
43
43
- |
44
44
curl -L -H "Accept: application/vnd.github+json" \
45
45
-H "Authorization: token $GITHUB_TOKEN" \
46
46
-H "X-GitHub-Api-Version: 2022-11-28" \
47
- $(echo $MOST_RECENT_RUN_DOWNLOAD_URL | tr -d '"') -o ubuntu-22.04_latest_vector_artifact .zip
47
+ $(echo $MOST_RECENT_RUN_DOWNLOAD_URL | tr -d '"') -o ubuntu-22.04_vector_artifact .zip
48
48
# This unzips to `net41.zip`.
49
- - unzip ubuntu-22.04_latest_vector_artifact
49
+ - unzip ubuntu-22.04_vector_artifact
50
50
# This unzips to `net41/`.
51
51
- unzip net41.zip -d net41
52
52
build :
Original file line number Diff line number Diff line change @@ -36,17 +36,17 @@ phases:
36
36
MOST_RECENT_RUN_DOWNLOAD_URL=$(curl -H "Accept: application/vnd.github+json" \
37
37
-H "Authorization: token $GITHUB_TOKEN" \
38
38
-H "X-GitHub-Api-Version: 2022-11-28" \
39
- "https://api.github.com/repos/aws/aws-encryption-sdk/actions/runs/$MOST_RECENT_RUN_ID/artifacts?name=ubuntu-22.04_latest_vector_artifact " \
39
+ "https://api.github.com/repos/aws/aws-encryption-sdk/actions/runs/$MOST_RECENT_RUN_ID/artifacts?name=ubuntu-22.04_vector_artifact " \
40
40
| jq '.artifacts[0].archive_download_url')
41
41
- |
42
42
echo "DEBUG: Fetching artifact at $MOST_RECENT_RUN_DOWNLOAD_URL"
43
43
- |
44
44
curl -L -H "Accept: application/vnd.github+json" \
45
45
-H "Authorization: token $GITHUB_TOKEN" \
46
46
-H "X-GitHub-Api-Version: 2022-11-28" \
47
- $(echo $MOST_RECENT_RUN_DOWNLOAD_URL | tr -d '"') -o ubuntu-22.04_latest_vector_artifact .zip
47
+ $(echo $MOST_RECENT_RUN_DOWNLOAD_URL | tr -d '"') -o ubuntu-22.04_vector_artifact .zip
48
48
# This unzips to `net41.zip`.
49
- - unzip ubuntu-22.04_latest_vector_artifact
49
+ - unzip ubuntu-22.04_vector_artifact
50
50
# This unzips to `net41/`.
51
51
- unzip net41.zip -d net41
52
52
build :
Original file line number Diff line number Diff line change @@ -36,17 +36,17 @@ phases:
36
36
MOST_RECENT_RUN_DOWNLOAD_URL=$(curl -H "Accept: application/vnd.github+json" \
37
37
-H "Authorization: token $GITHUB_TOKEN" \
38
38
-H "X-GitHub-Api-Version: 2022-11-28" \
39
- "https://api.github.com/repos/aws/aws-encryption-sdk/actions/runs/$MOST_RECENT_RUN_ID/artifacts?name=ubuntu-22.04_latest_vector_artifact " \
39
+ "https://api.github.com/repos/aws/aws-encryption-sdk/actions/runs/$MOST_RECENT_RUN_ID/artifacts?name=ubuntu-22.04_vector_artifact " \
40
40
| jq '.artifacts[0].archive_download_url')
41
41
- |
42
42
echo "DEBUG: Fetching artifact at $MOST_RECENT_RUN_DOWNLOAD_URL"
43
43
- |
44
44
curl -L -H "Accept: application/vnd.github+json" \
45
45
-H "Authorization: token $GITHUB_TOKEN" \
46
46
-H "X-GitHub-Api-Version: 2022-11-28" \
47
- $(echo $MOST_RECENT_RUN_DOWNLOAD_URL | tr -d '"') -o ubuntu-22.04_latest_vector_artifact .zip
47
+ $(echo $MOST_RECENT_RUN_DOWNLOAD_URL | tr -d '"') -o ubuntu-22.04_vector_artifact .zip
48
48
# This unzips to `net41.zip`.
49
- - unzip ubuntu-22.04_latest_vector_artifact
49
+ - unzip ubuntu-22.04_vector_artifact
50
50
# This unzips to `net41/`.
51
51
- unzip net41.zip -d net41
52
52
build :
You can’t perform that action at this time.
0 commit comments