Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fifield committed May 16, 2024
1 parent 34e375c commit 177ff0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generateDocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ jobs:
- name: Save LLVM Version
run: |
LLVM_VER="${{ steps.build-aie.LLVM_PROJECT_VERSION }}
AIE_VER="${{ steps.build-aie.MLIR_AIE_COMMIT }}
LLVM_VER="${{ steps.build-aie.LLVM_PROJECT_VERSION }}"
AIE_VER="${{ steps.build-aie.MLIR_AIE_COMMIT }}"
echo "{" > ./build_release/docs/build_info.json
echo "llvm-version: \"$(LLVM_VER)\"," >> ./build_release/docs/build_info.json
Expand Down

0 comments on commit 177ff0e

Please sign in to comment.