Skip to content

Commit 52b9f6e

Browse files
committed
CI/CD update troubleshoot
1 parent 3c15775 commit 52b9f6e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/aws-dotnet-backend.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
- name: Zip publish folder
2727
run: zip -r ../publish.zip ./
2828
working-directory: dotnetBackend/publish
29+
- name: Move zip to dotnetBackend
30+
run: mv ../publish.zip ./
31+
working-directory: dotnetBackend
2932
- name: Configure AWS credentials
3033
uses: aws-actions/configure-aws-credentials@v4
3134
with:

0 commit comments

Comments
 (0)