diff options
author | umarcor <unai.martinezcorral@ehu.eus> | 2021-10-04 12:48:42 +0200 |
---|---|---|
committer | umarcor <unai.martinezcorral@ehu.eus> | 2021-10-04 14:49:13 +0200 |
commit | 36d8c01defbcc650818b1606adc1fa952af4a682 (patch) | |
tree | 69b51c73a1dff7d6c12d6b14e9bc500cd9056107 /.github/workflows | |
parent | 5ae1ab81b54e0a065c9a309e64dc8f790ea94b2c (diff) | |
download | ghdl-36d8c01defbcc650818b1606adc1fa952af4a682.tar.gz ghdl-36d8c01defbcc650818b1606adc1fa952af4a682.tar.bz2 ghdl-36d8c01defbcc650818b1606adc1fa952af4a682.zip |
ci: upload ghdl.1 to nightly
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/Test.yml | 11 |
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) |