Skip to content

Commit bb81684

Browse files
authored
Modify strip command to include more files
Updated the strip command to include additional files.
1 parent 3351438 commit bb81684

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/download-and-release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,10 @@ jobs:
5353
- name: Make files executable
5454
run: chmod +x /tmp/wav-files-*
5555
- name: Strip files
56-
run: strip -s /tmp/wav-files-*
56+
run: |
57+
strip -s /tmp/wav-files-*
58+
strip -s /tmp/audios-to-dataset
59+
strip -s /tmp/extract-audio
5760
- name: Create ZIP archive - 1
5861
run: zip -j /tmp/additional-tools.zip /tmp/audios-to-dataset /tmp/extract-audio
5962
- name: Create ZIP archive - 2

0 commit comments

Comments
 (0)