Skip to content

Commit 9d46f75

Browse files
authored
Update release.yml
1 parent a123aab commit 9d46f75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
- name: Download sector data
5151
run: |
52-
curl -v --retry 5 --retry-delay 5 -s -H "User-Agent: EuroScope" -o temp.7z ${{ needs.prepare.outputs.data_url }}
52+
curl -v --retry 5 --retry-delay 5 -L -s -H "User-Agent: EuroScope" -o temp.7z "${{ needs.prepare.outputs.data_url }}"
5353
5454
- name: Extract sector data
5555
run: |

0 commit comments

Comments
 (0)