|
89 | 89 | mv hf_xet-${WHEEL_VERSION}/hf_xet/hf_xet.abi3.so.dbg ../hf_xet/dbg/hf_xet.abi3.so.dbg
|
90 | 90 | wheel pack hf_xet-${WHEEL_VERSION}
|
91 | 91 | rm -rf hf_xet-${WHEEL_VERSION}
|
| 92 | + zip -r hf_xet.abi3.so.dbg.linux-${{ matrix.platform.target }}.zip ../hf_xet/dbg/hf_xet.abi3.so.dbg |
| 93 | + rm ../hf_xet/dbg/hf_xet.abi3.so.dbg |
| 94 | + mv hf_xet.abi3.so.dbg.linux-${{ matrix.platform.target }}.zip ../hf_xet/dbg/ |
92 | 95 | - name: Upload debug symbols
|
93 | 96 | uses: actions/upload-artifact@v4
|
94 | 97 | with:
|
@@ -158,6 +161,9 @@ jobs:
|
158 | 161 | mv hf_xet-${WHEEL_VERSION}/hf_xet/hf_xet.abi3.so.dbg ../hf_xet/dbg/hf_xet.abi3.so.dbg
|
159 | 162 | wheel pack hf_xet-${WHEEL_VERSION}
|
160 | 163 | rm -rf hf_xet-${WHEEL_VERSION}
|
| 164 | + zip -r hf_xet.abi3.so.dbg.musllinux-${{ matrix.platform.target }}.zip ../hf_xet/dbg/hf_xet.abi3.so.dbg |
| 165 | + rm ../hf_xet/dbg/hf_xet.abi3.so.dbg |
| 166 | + mv hf_xet.abi3.so.dbg.musllinux-${{ matrix.platform.target }}.zip ../hf_xet/dbg/ |
161 | 167 | - name: Upload debug symbols
|
162 | 168 | uses: actions/upload-artifact@v4
|
163 | 169 | with:
|
@@ -202,7 +208,8 @@ jobs:
|
202 | 208 | shell: bash
|
203 | 209 | run: |
|
204 | 210 | mkdir hf_xet/dbg
|
205 |
| - cp hf_xet/target/${{ matrix.platform.rust_target }}/release/hf_xet.pdb hf_xet/dbg/ |
| 211 | + zip -r hf_xet.pdb.windows-${{ matrix.platform.target }}.zip hf_xet/target/${{ matrix.platform.rust_target }}/release/hf_xet.pdb |
| 212 | + cp hf_xet.pdb.windows-${{ matrix.platform.target }}.zip hf_xet/dbg/ |
206 | 213 | - name: Upload debug symbols
|
207 | 214 | uses: actions/upload-artifact@v4
|
208 | 215 | with:
|
@@ -250,8 +257,8 @@ jobs:
|
250 | 257 | mkdir hf_xet/dbg
|
251 | 258 | pushd hf_xet/target/${{ matrix.platform.rust_target}}/release-dbgsymbols/deps
|
252 | 259 | sed -i '' "s/binary-path:.*/binary-path: '.\/hf_xet.abi3.so'/" libhf_xet.dylib.dSYM/Contents/Resources/Relocations/${TARGET}/libhf_xet.dylib.yml
|
253 |
| - zip -r libhf_xet.dylib.dSYM.zip libhf_xet.dylib.dSYM |
254 |
| - cp libhf_xet.dylib.dSYM.zip ../../../../dbg/ |
| 260 | + zip -r libhf_xet.dylib.dSYM.macos-${TARGET}.zip libhf_xet.dylib.dSYM |
| 261 | + cp libhf_xet.dylib.dSYM.macos-${TARGET}.zip ../../../../dbg/ |
255 | 262 | - name: Upload debug symbols
|
256 | 263 | uses: actions/upload-artifact@v4
|
257 | 264 | with:
|
|
0 commit comments