Skip to content

Commit

Permalink
ci: fix wrong script in llvm-build-bump-pr (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
lumirlumir authored Nov 4, 2024
1 parent 79b49f2 commit 49ceb89
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/llvm-build-bump-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -407,24 +407,15 @@ jobs:
- name: Download artifacts for clang-format-git-python
uses: actions/download-artifact@v4
with:
path: packages/clang-format-git-python
path: packages/clang-format-git-python/src
name: git-clang-format

- name: Move git-clang-format
run: mv packages/clang-format-git-python/git-clang-format/git-clang-format -t packages/clang-format-git-python/src

- name: Download artifacts for clang-format-node
uses: actions/download-artifact@v4
with:
path: packages/clang-format-node/src/bin
pattern: cfn-*

- name: Debug structure of downloaded files
run: |
ls -R packages/clang-format-git/src
ls -R packages/clang-format-git-python/src
ls -R packages/clang-format-node/src/bin
- name: Bump version
run: echo ${{ needs.stage1.outputs.LLVM_LATEST_RELEASE_TAG_NAME }} > .clang-format-version

Expand Down

0 comments on commit 49ceb89

Please sign in to comment.