summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2022-08-06 16:58:58 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2022-08-06 16:58:58 -0700
commit48b4e46603f449360d4693474dfe1b1efcb061c8 (patch)
tree803ffbf964c31a36e24c09d4f8f24acd1e8e3196 /.github
parentccc195a9835d697eb5bab36c71c028db30d68429 (diff)
rc build: copy pandoc-cgi to linux release candidate artifacts.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release-candidate.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/release-candidate.yml b/.github/workflows/release-candidate.yml
index f48fb7cbf..6c4c6cf97 100644
--- a/.github/workflows/release-candidate.yml
+++ b/.github/workflows/release-candidate.yml
@@ -20,6 +20,7 @@ jobs:
mkdir linux-release-candidate
cp linux/artifacts/*.deb linux-release-candidate/
cp linux/artifacts/*.tar.gz linux-release-candidate/
+ cp linux/artifacts/pandoc-cgi linux-release-candidate/
- uses: actions/upload-artifact@v2
with:
name: linux-release-candidate