Skip to content

Commit 6edb9a3

Browse files
committed
include all .next files
1 parent c6a4303 commit 6edb9a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
npm run test --if-present
120120
121121
- name: Zip artifact for deployment
122-
run: zip release.zip ./front-end/.next/standalone/* -r
122+
run: zip release.zip ./front-end/.next/* -r
123123

124124
- name: Upload artifact for deployment job
125125
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)