Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjanye committed Jul 5, 2024
1 parent 466db8a commit e3b50be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ jobs:
run: ls -al .

- name: Pack
run: dotnet pack -c Release --no-build --output nuget-packages
run: dotnet pack NinjaNye.SearchExtensions.csproj -c Release --no-build --output nuget-packages
working-directory: NinjaNye.SearchExtensions

- name: Log
run: ls -al ./nuget-packages
Expand Down

0 comments on commit e3b50be

Please sign in to comment.