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 d1b7c87 commit 97bd59f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: build-output
path: NinjaNye.SearchExtensions

deploy:
needs: [build-and-test]
Expand All @@ -55,7 +54,8 @@ jobs:

- name: Pack
run: dotnet pack -c Release --no-build --output nuget-packages

working-directory: NinjaNye.SearchExtensions

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

Expand Down

0 comments on commit 97bd59f

Please sign in to comment.