From 0aa336a0f06b76231db2706a997f44bc67493944 Mon Sep 17 00:00:00 2001 From: methminug Date: Sat, 13 Apr 2024 18:02:41 +0530 Subject: [PATCH] Update unstable workflow --- .github/workflows/unstable.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/unstable.yml b/.github/workflows/unstable.yml index cefd8c2..1502933 100644 --- a/.github/workflows/unstable.yml +++ b/.github/workflows/unstable.yml @@ -28,6 +28,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v2 + with: + ref: main - name: Install Glfw3 run: | sudo apt-get update @@ -57,8 +59,6 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v2 - with: - ref: web - name: Install Vercel CLI run: npm install --global vercel@latest - name: Pull Vercel Environment Information @@ -74,4 +74,4 @@ jobs: - name: Build Project Artifacts run: vercel build --prod --token=${{ secrets.VERCEL_TOKEN }} - name: Deploy Project Artifacts to Vercel - run: vercel deploy --prebuilt --prod --token=${{ secrets.VERCEL_TOKEN }} \ No newline at end of file + run: vercel deploy --prebuilt --token=${{ secrets.VERCEL_TOKEN }}