Skip to content

Commit

Permalink
ci: Correct downloaded filename
Browse files Browse the repository at this point in the history
  • Loading branch information
mthmulders committed May 3, 2024
1 parent 0eccfee commit f4e48e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
curl -sLOJ https://github.com/structurizr/cli/releases/download/${STRUCTURIZR_VERSION}/structurizr-cli.zip
mkdir structurizr-${STRUCTURIZR_VERSION}
pushd structurizr-${STRUCTURIZR_VERSION}
unzip -q ../structurizr-cli-${STRUCTURIZR_VERSION}.zip
unzip -q ../structurizr-cli.zip
STRUCTURIZR_DIR=$(pwd)
popd
popd
Expand Down

0 comments on commit f4e48e6

Please sign in to comment.