Skip to content

Commit

Permalink
fix neotrace path
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry Pierson committed Jun 28, 2022
1 parent 70365da commit d0058ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Pack NeoExpress
run: dotnet pack src/neoxp --output ./out --configuration Release --no-restore --verbosity normal
- name: Pack NeoTrace
run: dotnet pack src/neotrace --output ./out --configuration Release --no-restore --verbosity normal
run: dotnet pack src/trace --output ./out --configuration Release --no-restore --verbosity normal
- name: Upload NeoExpress artifact
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit d0058ba

Please sign in to comment.