Upload build as an artifact
Some checks failed
CI / build (push) Failing after 1m33s

This commit is contained in:
ultrablob 2025-02-03 13:12:27 -05:00
parent 66059e812e
commit 8f88fb3aad

View file

@ -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 }}