From 27250e9d931ff85a48fbcec3cd818695b2caf3b8 Mon Sep 17 00:00:00 2001 From: frederikprijck Date: Tue, 24 Oct 2023 17:06:25 +0200 Subject: [PATCH] upload artifacts --- .github/workflows/build.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e33b776d..9bf2a183 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -57,4 +57,13 @@ jobs: - name: Build docs run: ./tools/build-docs.sh - shell: bash \ No newline at end of file + shell: bash + + - uses: actions/upload-artifact@v3 + with: + name: docs + path: docs + - uses: actions/upload-artifact@v3 + with: + name: drop + path: '**/*.nupkg' \ No newline at end of file