From 771da96e7e3970f52ddccaeb61dd49ac2a922940 Mon Sep 17 00:00:00 2001 From: FantasticFiasco Date: Sun, 24 Mar 2024 22:34:32 +0100 Subject: [PATCH] wip --- .github/workflows/ci-cd.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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