This commit is contained in:
parent
66059e812e
commit
8f88fb3aad
1 changed files with 5 additions and 8 deletions
11
.github/workflows/build.yml
vendored
11
.github/workflows/build.yml
vendored
|
@ -42,11 +42,8 @@ jobs:
|
||||||
- name: Move vercel.json
|
- name: Move vercel.json
|
||||||
run: cp ${GITHUB_WORKSPACE}/vercel.json ${{ steps.export.outputs.build_directory }}/vercel.json
|
run: cp ${GITHUB_WORKSPACE}/vercel.json ${{ steps.export.outputs.build_directory }}/vercel.json
|
||||||
|
|
||||||
- name: Publish to Vercel
|
- name: Upload build
|
||||||
uses: https://github.com/amondnet/vercel-action@v20
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
vercel-token: ${{ secrets.VERCEL_TOKEN }} # Required
|
name: Game files
|
||||||
vercel-org-id: ${{ secrets.ORG_ID}} #Required
|
path: ${{ steps.export.outputs.build_directory }}
|
||||||
vercel-project-id: ${{ secrets.PROJECT_ID}} #Required
|
|
||||||
working-directory: ${{ steps.export.outputs.build_directory }}
|
|
||||||
vercel-args: '--prod'
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue