We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c15775 commit 52b9f6eCopy full SHA for 52b9f6e
1 file changed
.github/workflows/aws-dotnet-backend.yml
@@ -26,6 +26,9 @@ jobs:
26
- name: Zip publish folder
27
run: zip -r ../publish.zip ./
28
working-directory: dotnetBackend/publish
29
+ - name: Move zip to dotnetBackend
30
+ run: mv ../publish.zip ./
31
+ working-directory: dotnetBackend
32
- name: Configure AWS credentials
33
uses: aws-actions/configure-aws-credentials@v4
34
with:
0 commit comments