File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -53,13 +53,13 @@ jobs:
5353 cp -rL .next/static deployment/.next/static || true
5454
5555 cd deployment
56- tar -czf ../release.tar.gz .
56+ zip -r ../release.zip .
5757
5858 - name : Upload artifact for deployment job
5959 uses : actions/upload-artifact@v4
6060 with :
6161 name : node-app
62- path : release.tar.gz
62+ path : release.zip
6363
6464 deploy :
6565 runs-on : ubuntu-latest
8080 with :
8181 app-name : " cms"
8282 slot-name : " Production"
83- package : release.tar.gz
83+ package : release.zip
8484 publish-profile : ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_6CBFCF5F964D46BF9BBDEF30B4B76FE1 }}
85+ ` ` `
Original file line number Diff line number Diff line change @@ -54,13 +54,13 @@ jobs:
5454 cp -rL .next/static deployment/.next/static || true
5555
5656 cd deployment
57- tar -czf ../release.tar.gz .
57+ zip -r ../release.zip .
5858
5959 - name : Upload artifact for deployment job
6060 uses : actions/upload-artifact@v4
6161 with :
6262 name : node-app
63- path : release.tar.gz
63+ path : release.zip
6464
6565 deploy :
6666 runs-on : ubuntu-latest
8181 with :
8282 app-name : " cms"
8383 slot-name : " Production"
84- package : release.tar.gz
84+ package : release.zip
8585 publish-profile : ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_10465936071D4A7AA627DEB04C65156B }}
You can’t perform that action at this time.
0 commit comments