diff options
| author | John MacFarlane <[email protected]> | 2022-08-16 09:12:55 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2022-08-16 09:12:55 -0700 |
| commit | 46eecf72c331285dedf8e4bb70701d7e4aa9c5fc (patch) | |
| tree | df8b9b0516988d7da816c19160c42f22e8661ef9 /.github/workflows/release-candidate.yml | |
| parent | 9bf6c4918e01257b3516c0ce243a7ac9cfbced00 (diff) | |
Fix rc action for pandoc-server.
Diffstat (limited to '.github/workflows/release-candidate.yml')
| -rw-r--r-- | .github/workflows/release-candidate.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/release-candidate.yml b/.github/workflows/release-candidate.yml index 7b0f9c840..1c5d764e1 100644 --- a/.github/workflows/release-candidate.yml +++ b/.github/workflows/release-candidate.yml @@ -20,7 +20,6 @@ jobs: mkdir linux-release-candidate cp linux/artifacts/*.deb linux-release-candidate/ cp linux/artifacts/*.tar.gz linux-release-candidate/ - cp linux/artifacts/pandoc-server linux-release-candidate/ - uses: actions/upload-artifact@v2 with: name: linux-release-candidate |
