Skip to content

Commit

Permalink
include .next folder to zip during build
Browse files Browse the repository at this point in the history
  • Loading branch information
bertrand-riviere committed Oct 19, 2023
1 parent 6a511c0 commit 4ff892b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main_nextjs-swa-rewrite-bug-web-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
npm run test --if-present
- name: Zip artifact for deployment
run: zip release.zip ./* -r
run: zip release.zip ./* .next -qr

- name: Upload artifact for deployment job
uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -59,4 +59,4 @@ jobs:
app-name: 'nextjs-swa-rewrite-bug-web-app'
slot-name: 'production'
publish-profile: ${{ secrets.AzureAppService_PublishProfile_1613bcc8668944539ec4f2f3994feda3 }}
package: .
package: .

0 comments on commit 4ff892b

Please sign in to comment.