Commit 4ec6b18 1 parent 180a8db commit 4ec6b18 Copy full SHA for 4ec6b18
File tree 1 file changed +8
-3
lines changed
1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 50
50
./builds/prepare_builds/build_all_projects.sh
51
51
- uses : actions/upload-artifact@v4
52
52
with :
53
- name : pkg ${{ matrix.os }}
53
+ name : pkg no-compat ${{ matrix.os }}
54
54
path : |
55
55
builds/*/pkg
56
56
overwrite : true
84
84
npm run test;
85
85
- uses : actions/upload-artifact@v4
86
86
with :
87
- name : pkg ${{ matrix.os }}
87
+ name : pkg compat ${{ matrix.os }}
88
88
path : |
89
89
rapier-compat/builds/*/pkg
90
90
overwrite : true
96
96
- uses : actions/checkout@v4
97
97
- uses : actions/download-artifact@v4
98
98
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
100
105
- uses : actions/setup-node@v4
101
106
with :
102
107
node-version : " 22.x"
You can’t perform that action at this time.
0 commit comments