Skip to content

Commit a550912

Browse files
change build folder name
1 parent c576626 commit a550912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
yarn build
2929
3030
- name: Archive build output
31-
run: zip -r dist.zip dist
31+
run: zip -r dist.zip build
3232

3333
- name: Deploy to Azure webApp
3434
uses: azure/webapps-deploy@v3

0 commit comments

Comments
 (0)