Skip to content

Commit

Permalink
Merge pull request #277 from opossum-tool/include_user_guides_in_rele…
Browse files Browse the repository at this point in the history
…ase_artifacts

Add user guide to release
  • Loading branch information
benedikt-richter authored Dec 16, 2021
2 parents 4ba34f9 + 815c580 commit 18a47c1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,7 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: ${{ matrix.FILE }}
- name: Upload user guide
uses: softprops/action-gh-release@v1
with:
files: USER_GUIDE.md

0 comments on commit 18a47c1

Please sign in to comment.