Skip to content

Commit

Permalink
CI update
Browse files Browse the repository at this point in the history
  • Loading branch information
skibitsky committed Nov 4, 2024
1 parent dbbf41f commit 685f477
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unity-bulid-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: Build-WebGL
path: Builds/WebGL/WebGL/
path: Builds/WebGL
- name: Deploy to Vercel
uses: amondnet/vercel-action@v20
with:
Expand All @@ -72,4 +72,4 @@ jobs:
vercel-project-id: ${{ secrets.VERCEL_PROJECT_ID }}
github-token: ${{ secrets.GITHUB_TOKEN }}
github-comment: true
working-directory: Builds/WebGL/WebGL/
working-directory: Builds/WebGL/WebGL

0 comments on commit 685f477

Please sign in to comment.