diff options
| author | John MacFarlane <[email protected]> | 2022-08-07 21:26:17 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2022-08-07 21:26:17 -0700 |
| commit | 2b30d27669ed6d758b2b4cd04dada4ef8ab3caee (patch) | |
| tree | a51070d063c3851ebbcb9352ec3d726bc7f1b448 /.github | |
| parent | 4359e60b93257cf45075c2a52011c4c02bc6a6ea (diff) | |
Rename pandoc-cgi -> pandoc-server.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/release-candidate.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release-candidate.yml b/.github/workflows/release-candidate.yml index 6c4c6cf97..a8e829a11 100644 --- a/.github/workflows/release-candidate.yml +++ b/.github/workflows/release-candidate.yml @@ -20,7 +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/ + cp linux/artifacts/pandoc-server linux-release-candidate/ - uses: actions/upload-artifact@v2 with: name: linux-release-candidate |
