Skip to content

Commit

Permalink
.jar file
Browse files Browse the repository at this point in the history
  • Loading branch information
harryy94 committed Jan 31, 2025
1 parent 8ac9fb3 commit b1b56cb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/generate-documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,11 @@ jobs:
distribution: 'zulu' # See 'Supported distributions' for available options
java-version: '21'

- name: Install Structurizr CLI
- name: Download Structurizr CLI
run: |
curl -L https://github.com/structurizr/cli/releases/latest/download/structurizr-cli.zip -o structurizr-cli.zip
unzip structurizr-cli.zip -d structurizr-cli
chmod +x structurizr-cli/structurizr.sh
sudo mv structurizr-cli/structurizr.sh /usr/local/bin/structurizr
mv structurizr-cli/structurizr-cli-*.jar structurizr-cli/structurizr-cli.jar
- name: Install Terraform Docs
env:
Expand Down

0 comments on commit b1b56cb

Please sign in to comment.