Skip to content

Commit

Permalink
ci: update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdihadeli committed Nov 27, 2024
1 parent 24d56ee commit 72c110d
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,13 @@ jobs:
./scripts/ci_install_tree_sitter.sh
shell: bash

- name: List files
run: |
echo "Listing files in tree-sitter/bins:"
ls -la tree-sitter/bins
echo "Listing files in tree-sitter/grammars/bins:"
ls -la tree-sitter/grammars/bins/
- name: Upload compiled binaries
uses: actions/upload-artifact@v4
with:
Expand Down Expand Up @@ -91,7 +98,12 @@ jobs:
uses: actions/download-artifact@v4
with:
name: tree-sitter-binaries-windows-latest
path: -o ${{ env.AIAssistBuildOutput }}
path: ${{ env.AIAssistBuildOutput }}

- name: List files
run: |
echo "Listing files in AIAssistBuildOutput:"
ls -la ${{ env.AIAssistBuildOutput }}
# https://github.com/dotnet/Nerdbank.GitVersioning/blob/main/doc/nbgv-cli.md
- name: Install Nerdbank.GitVersioning
Expand Down

0 comments on commit 72c110d

Please sign in to comment.