Skip to content

Commit ad0fe20

Browse files
authored
Update download-and-release.yml
1 parent bb81684 commit ad0fe20

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
@@ -51,7 +51,10 @@ jobs:
5151
- name: Download wav-files-denoise-api
5252
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"
5353
- name: Make files executable
54-
run: chmod +x /tmp/wav-files-*
54+
run: |
55+
chmod +x /tmp/wav-files-*
56+
chmod +x /tmp/audios-to-dataset
57+
chmod +x /tmp/extract-audio
5558
- name: Strip files
5659
run: |
5760
strip -s /tmp/wav-files-*

0 commit comments

Comments
 (0)