File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -64,13 +64,13 @@ jobs:
6464 - name : Build all
6565 run : pnpm build:artifact
6666 # Upload compiled JS for tests to reuse
67- - name : Upload build-dist
68- uses : actions/upload-artifact@v4
69- with :
70- name : build-dist
71- path : |
72- **/dist
73- **/*.tsbuildinfo
67+ # - name: Upload build-dist
68+ # uses: actions/upload-artifact@v4
69+ # with:
70+ # name: build-dist
71+ # path: |
72+ # **/dist
73+ # **/*.tsbuildinfo
7474 - name : Pack
7575 run : pnpm pack:artifact
7676 - uses : actions/upload-artifact@v4
@@ -203,11 +203,11 @@ jobs:
203203 sleep 5
204204 done
205205
206- - name : Download build-dist (compiled JS)
207- uses : actions/download-artifact@v4
208- with :
209- name : build-dist
210- path : .
206+ # - name: Download build-dist (compiled JS)
207+ # uses: actions/download-artifact@v4
208+ # with:
209+ # name: build-dist
210+ # path: .
211211
212212 # Prisma client was generated in prepare -> build outputs already contain it
213213 # No `pnpm build` here — we reuse dist to save time
You can’t perform that action at this time.
0 commit comments