aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/Test.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/Test.yml')
-rw-r--r--.github/workflows/Test.yml11
1 files changed, 2 insertions, 9 deletions
diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml
index d5193b5c6..55caad911 100644
--- a/.github/workflows/Test.yml
+++ b/.github/workflows/Test.yml
@@ -52,7 +52,7 @@ jobs:
#- run: nroff -man doc/_build/man/ghdl.1
- - name: '📤 Upload artifact: HTML and LaTeX'
+ - name: '📤 Upload artifact: HTML, LaTeX and man'
if: github.event_name != 'pull_request'
uses: actions/upload-artifact@v2
with:
@@ -62,13 +62,6 @@ jobs:
doc/_build/latex
doc/_build/man
- - name: '📤 Upload artifact: ghdl.1'
- if: github.event_name != 'pull_request'
- uses: actions/upload-artifact@v2
- with:
- name: man
- path: doc/_build/man/ghdl.1
-
#
# pyGHDL Bindings, Formatting and Wheel
#
@@ -610,7 +603,7 @@ jobs:
run: |
print('None'
if '${{ github.ref }}'.startswith('refs/tags/')
- else'::set-output name=list::**/*.zst **/*.tgz **/*-standalone.zip'
+ else'::set-output name=list::**/*.zst **/*.tgz **/*-standalone.zip **/man/ghdl.1'
)
# Tagged: create a pre-release or a release (semver)