Skip to content

Commit d7fc8bc

Browse files
committed
update path
1 parent 54a2c32 commit d7fc8bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-sample-app-s3-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,6 @@ jobs:
8383
run: zip -r python-gen-ai-sample-app.zip .
8484

8585
- name: Upload Gen AI Sample App to S3
86-
working-directory: sample-apps/python
86+
working-directory: sample-apps/python/genai_service
8787
run: aws s3api put-object --bucket ${{ secrets.APP_SIGNALS_E2E_EC2_JAR }}-prod-${{ matrix.aws-region }} --body ./python-gen-ai-sample-app.zip --key python-gen-ai-sample-app.zip
8888

0 commit comments

Comments
 (0)