Skip to content

Commit b6bb555

Browse files
authored
Removing zip step for dbg assets on windows (#338)
Removing zip from dbg windows symbols because no zip on Windows.
1 parent e0ccdb5 commit b6bb555

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,7 @@ jobs:
208208
shell: bash
209209
run: |
210210
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/
211+
cp hf_xet/target/${{ matrix.platform.rust_target }}/release/hf_xet.pdb hf_xet/dbg/
213212
- name: Upload debug symbols
214213
uses: actions/upload-artifact@v4
215214
with:

0 commit comments

Comments
 (0)