We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef619f9 commit 883fcbcCopy full SHA for 883fcbc
1 file changed
.github/workflows/main.yml
@@ -23,7 +23,6 @@ jobs:
23
- uses: actions/checkout@v4
24
with:
25
fetch-depth: 0
26
- lfs: true
27
- uses: actions/cache@v3
28
29
path: ${{ matrix.projectPath }}/Library
@@ -49,19 +48,15 @@ jobs:
49
48
name: Deploy to Vercel
50
runs-on: ubuntu-latest
51
needs: buildForAllSupportedPlatforms
52
- if: github.event_name == 'push'
53
steps:
54
55
56
57
58
-
59
- name: Download WebGL Build Artifact
60
uses: actions/download-artifact@v3
61
62
name: Build-WebGL
63
path: Build/WebGL
64
65
- name: Deploy to Vercel
66
uses: amondnet/vercel-action@v20
67
0 commit comments