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 bb81684 commit ad0fe20Copy full SHA for ad0fe20
.github/workflows/download-and-release.yml
@@ -51,7 +51,10 @@ jobs:
51
- name: Download wav-files-denoise-api
52
run: wget -O "/tmp/wav-files-denoise-api" "https://github.com/RustedBytes/wav-files-denoise-api/releases/download/v0.2.0/wav-files-denoise-api"
53
- name: Make files executable
54
- run: chmod +x /tmp/wav-files-*
+ run: |
55
+ chmod +x /tmp/wav-files-*
56
+ chmod +x /tmp/audios-to-dataset
57
+ chmod +x /tmp/extract-audio
58
- name: Strip files
59
run: |
60
strip -s /tmp/wav-files-*
0 commit comments