Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
QilongTang authored Jun 10, 2024
1 parent d339b6d commit b61e28b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
}
- name: Get DynamoRuntime from s3
run: |
curl -o DynamoRuntime.zip https://dyn-builds-data.s3-us-west-2.amazonaws.com/DynamoCoreRuntime_3.1.0.4081_20240212T2057.zip
curl -o DynamoRuntime.zip https://downloads.dynamobuilds.com/DynamoCoreRuntime3.1.0.zip
ls
- name: Extract DynamoRuntime
run: |
Expand All @@ -82,4 +82,4 @@ jobs:
with:
name: TestResults
path: ${{ github.workspace }}\DynamoSamples\TestResults
retention-days: 1
retention-days: 1

0 comments on commit b61e28b

Please sign in to comment.