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