Skip to content

Commit

Permalink
upload artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck committed Oct 24, 2023
1 parent 034e77d commit 27250e9
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,13 @@ jobs:

- name: Build docs
run: ./tools/build-docs.sh
shell: bash
shell: bash

- uses: actions/upload-artifact@v3
with:
name: docs
path: docs
- uses: actions/upload-artifact@v3
with:
name: drop
path: '**/*.nupkg'

0 comments on commit 27250e9

Please sign in to comment.