Skip to content

Commit

Permalink
Fetch in parallel.
Browse files Browse the repository at this point in the history
  • Loading branch information
mysterymath committed Mar 30, 2022
1 parent 26605dd commit de58f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- name: Fetch the latest llvm-mos-sdk prerelease.
run: |
curl -LO "https://github.com/llvm-mos/llvm-mos-sdk/releases/download/prerelease/{llvm-mos-linux.tar.xz,llvm-mos-macos.tar.xz,llvm-mos-windows.7z}"
curl -ZLO "https://github.com/llvm-mos/llvm-mos-sdk/releases/download/prerelease/{llvm-mos-linux.tar.xz,llvm-mos-macos.tar.xz,llvm-mos-windows.7z}"
- name: Draft the SDK release.
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit de58f02

Please sign in to comment.