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 72c110d commit 7c342e1
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,6 @@ 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 @@ -103,7 +96,7 @@ jobs:
- name: List files
run: |
echo "Listing files in AIAssistBuildOutput:"
ls -la ${{ env.AIAssistBuildOutput }}
ls -R ${{ env.AIAssistBuildOutput }}
# https://github.com/dotnet/Nerdbank.GitVersioning/blob/main/doc/nbgv-cli.md
- name: Install Nerdbank.GitVersioning
Expand All @@ -125,7 +118,7 @@ jobs:
- name: List files in AIAssistBuildOutput
run: |
echo "Listing files in ${{ env.AIAssistBuildOutput }}:"
ls -la ${{ env.AIAssistBuildOutput }}
ls -R ${{ env.AIAssistBuildOutput }}
# https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-pack
- name: Pack NuGet Package Version ${{ steps.get_version.outputs.nuget_version }}
Expand Down

0 comments on commit 7c342e1

Please sign in to comment.