diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 86dce6c8..0496f4c2 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -16,6 +16,8 @@ jobs: - uses: actions/setup-dotnet@v4 with: dotnet-version: 8.x - # - run: dotnet build -c Release - # - run: dotnet test -c Release --no-build - run: build\build.ps1 + - uses: actions/upload-artifact@v4 + with: + name: nuget + path: artifacts