Skip to content

Commit

Permalink
Add to zip creation script
Browse files Browse the repository at this point in the history
  • Loading branch information
gvdongen committed Feb 1, 2024
1 parent 7cce62d commit 90cb4fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
typescript-hello-world-lambda-cdk.zip
typescript-dynamic-workflow-executor.zip
typescript-end-to-end-testing.zip
typescript-tour-of-restate.zip
java-hello-world-http.zip
java-hello-world-lambda.zip
java-food-ordering.zip
Expand Down
3 changes: 2 additions & 1 deletion scripts/prepare_release_zip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ create_release_zip typescript ecommerce-store
create_release_zip typescript food-ordering
create_release_zip typescript payment-api
create_release_zip typescript ticket-reservation
create_release_zip typescript dynamic-workflow-executor
create_release_zip typescript dynamic-workflow-executor
create_release_zip typescript tour-of-restate

0 comments on commit 90cb4fd

Please sign in to comment.