diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2ef3d944..efb038ae 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: