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