We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a123aab commit 9d46f75Copy full SHA for 9d46f75
.github/workflows/release.yml
@@ -49,7 +49,7 @@ jobs:
49
50
- name: Download sector data
51
run: |
52
- curl -v --retry 5 --retry-delay 5 -s -H "User-Agent: EuroScope" -o temp.7z ${{ needs.prepare.outputs.data_url }}
+ curl -v --retry 5 --retry-delay 5 -L -s -H "User-Agent: EuroScope" -o temp.7z "${{ needs.prepare.outputs.data_url }}"
53
54
- name: Extract sector data
55
0 commit comments