From 815c5804605e482641f559cee4bda6faa869fd68 Mon Sep 17 00:00:00 2001 From: Benedikt Richter Date: Wed, 15 Dec 2021 16:43:40 +0100 Subject: [PATCH] Add user guide to release The user guide is added as an artifact to each release. Fix: #276 Signed-off-by: Benedikt Richter --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aa25b7707..a324a504c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 \ No newline at end of file