aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorumarcor <unai.martinezcorral@ehu.eus>2021-10-04 12:48:42 +0200
committerumarcor <unai.martinezcorral@ehu.eus>2021-10-04 14:49:13 +0200
commit36d8c01defbcc650818b1606adc1fa952af4a682 (patch)
tree69b51c73a1dff7d6c12d6b14e9bc500cd9056107 /.github
parent5ae1ab81b54e0a065c9a309e64dc8f790ea94b2c (diff)
downloadghdl-36d8c01defbcc650818b1606adc1fa952af4a682.tar.gz
ghdl-36d8c01defbcc650818b1606adc1fa952af4a682.tar.bz2
ghdl-36d8c01defbcc650818b1606adc1fa952af4a682.zip
ci: upload ghdl.1 to nightly
Diffstat (limited to '.github')
-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)