Skip to content

Commit

Permalink
chore: repair json file names (#846)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajewellamz committed Mar 21, 2024
1 parent b950b4a commit 3ca955a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DynamoDbEncryption/codebuild/release-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ phases:
- dotnet add runtimes/net/DbEsdkTestVectors.csproj package AWS.Cryptography.DbEncryptionSDK.DynamoDb --version $VERSION
- make transpile_net
- cd runtimes/net
- cp ../java/decrypt_java.json ../java/decrypt_dotnet.json .
- cp ../java/decrypt_java_*.json ../java/decrypt_dotnet_*.json .
- dotnet run --framework net6.0
2 changes: 1 addition & 1 deletion DynamoDbEncryption/codebuild/test-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ phases:
- dotnet add runtimes/net/DbEsdkTestVectors.csproj package AWS.Cryptography.DbEncryptionSDK.DynamoDb --version $VERSION
- make transpile_net
- cd runtimes/net
- cp ../java/decrypt_java.json ../java/decrypt_dotnet.json .
- cp ../java/decrypt_java_*.json ../java/decrypt_dotnet_*.json .
- dotnet run --framework net6.0

0 comments on commit 3ca955a

Please sign in to comment.