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 3351438 commit bb81684Copy full SHA for bb81684
.github/workflows/download-and-release.yml
@@ -53,7 +53,10 @@ jobs:
53
- name: Make files executable
54
run: chmod +x /tmp/wav-files-*
55
- name: Strip files
56
- run: strip -s /tmp/wav-files-*
+ run: |
57
+ strip -s /tmp/wav-files-*
58
+ strip -s /tmp/audios-to-dataset
59
+ strip -s /tmp/extract-audio
60
- name: Create ZIP archive - 1
61
run: zip -j /tmp/additional-tools.zip /tmp/audios-to-dataset /tmp/extract-audio
62
- name: Create ZIP archive - 2
0 commit comments