Skip to content

Commit edfce35

Browse files
Fix Download Calculation
1 parent 41f0921 commit edfce35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/DeploySpecDocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
# Grab a copy of the latest binaries
2525
- name: Download Latest Swagger UI Release
2626
run: |
27-
LATEST_URL=$(curl -sL https://api.github.com/repos/swagger-api/swagger-ui/releases/latest | grep "browser_download_url.*tar.gz" | cut -d '"' -f 4)
27+
LATEST_URL=$(curl -sL https://api.github.com/repos/swagger-api/swagger-ui/releases/latest | grep "tarball_url" | cut -d '"' -f 4)
2828
curl -L "$LATEST_URL" -o swagger-ui.tar.gz
2929
3030
# Extract the downloaded archive

0 commit comments

Comments
 (0)