We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0ccdb5 commit b6bb555Copy full SHA for b6bb555
.github/workflows/release.yml
@@ -208,8 +208,7 @@ jobs:
208
shell: bash
209
run: |
210
mkdir 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/
+ cp hf_xet/target/${{ matrix.platform.rust_target }}/release/hf_xet.pdb hf_xet/dbg/
213
- name: Upload debug symbols
214
uses: actions/upload-artifact@v4
215
with:
0 commit comments