Skip to content

Commit a29527b

Browse files
committed
fix: rm .d
1 parent 36327ec commit a29527b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,9 @@ jobs:
107107
target: ${{ matrix.platform.target }}
108108
args: "--locked --release"
109109

110+
- run: |
111+
rm -rf client-rs/target/${{ matrix.platform.target }}/release/client-rs.d
112+
110113
- name: Upload Binaries
111114
uses: actions/upload-artifact@v4
112115
with:

0 commit comments

Comments
 (0)