File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 5050 ./builds/prepare_builds/build_all_projects.sh
5151 - uses : actions/upload-artifact@v4
5252 with :
53- name : pkg ${{ matrix.os }}
53+ name : pkg no-compat ${{ matrix.os }}
5454 path : |
5555 builds/*/pkg
5656 overwrite : true
8484 npm run test;
8585 - uses : actions/upload-artifact@v4
8686 with :
87- name : pkg ${{ matrix.os }}
87+ name : pkg compat ${{ matrix.os }}
8888 path : |
8989 rapier-compat/builds/*/pkg
9090 overwrite : true
9696 - uses : actions/checkout@v4
9797 - uses : actions/download-artifact@v4
9898 with :
99- name : pkg ubuntu-latest
99+ name : pkg no-compat ubuntu-latest
100+ path : builds
101+ - uses : actions/download-artifact@v4
102+ with :
103+ name : pkg compat ubuntu-latest
104+ path : rapier-compat/builds
100105 - uses : actions/setup-node@v4
101106 with :
102107 node-version : " 22.x"
You can’t perform that action at this time.
0 commit comments