File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,13 +47,13 @@ jobs:
4747 VERCEL_ORG_ID : ${{ secrets.VERCEL_ORG_ID }}
4848
4949 - name : Build Project Artifacts
50- run : vercel build ${{ inputs.prodFlag }} --token=${{ secrets.VERCEL_TOKEN }}
50+ run : vercel build ${{ inputs.prodFlag }} --archive=tgz -- token=${{ secrets.VERCEL_TOKEN }}
5151 env :
5252 VERCEL_PROJECT_ID : ${{ secrets.VERCEL_PROJECT_ID }}
5353 VERCEL_ORG_ID : ${{ secrets.VERCEL_ORG_ID }}
5454
5555 - name : Deploy Project Artifacts
56- run : vercel deploy --prebuilt ${{ inputs.prodFlag }} --token=${{ secrets.VERCEL_TOKEN }}
56+ run : vercel deploy --prebuilt ${{ inputs.prodFlag }} --archive=tgz -- token=${{ secrets.VERCEL_TOKEN }}
5757 env :
5858 VERCEL_PROJECT_ID : ${{ secrets.VERCEL_PROJECT_ID }}
5959 VERCEL_ORG_ID : ${{ secrets.VERCEL_ORG_ID }}
You can’t perform that action at this time.
0 commit comments