rc build: copy pandoc-cgi to linux release candidate artifacts.
This commit is contained in:
parent
ccc195a983
commit
48b4e46603
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release-candidate.yml
vendored
1
.github/workflows/release-candidate.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue