From 36d8c01defbcc650818b1606adc1fa952af4a682 Mon Sep 17 00:00:00 2001 From: umarcor Date: Mon, 4 Oct 2021 12:48:42 +0200 Subject: ci: upload ghdl.1 to nightly --- .github/workflows/Test.yml | 11 ++--------- 1 file 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) -- cgit v1.2.3