From 8f88fb3aad5f6a605053ef328967b2d50a936b08 Mon Sep 17 00:00:00 2001 From: ultrablob Date: Mon, 3 Feb 2025 13:12:27 -0500 Subject: [PATCH] Upload build as an artifact --- .github/workflows/build.yml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bc785e8..e4cc978 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 }}