aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-10-05 10:17:06 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2019-10-05 10:17:06 -0700
commit7d25a7f3feb1fae0fe4151c67389b8527c68849a (patch)
tree8702ad7b2a8867e5c2cbaf07f46935e389642e33 /.github/workflows
parentd40349d54137bf3a317fa5631a03e901d8f84d8d (diff)
downloadpandoc-7d25a7f3feb1fae0fe4151c67389b8527c68849a.tar.gz
release-candidate.yml: add zip for windows.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/release-candidate.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/release-candidate.yml b/.github/workflows/release-candidate.yml
index b4b84b923..dd550fa4f 100644
--- a/.github/workflows/release-candidate.yml
+++ b/.github/workflows/release-candidate.yml
@@ -78,9 +78,11 @@ jobs:
if %errorlevel% neq 0 exit /b %errorlevel%
echo Running light...
%WIXBIN%\light -sw1076 -ext WixUIExtension -ext WixUtilExtension -cultures:en-us -loc Pandoc-en-us.wxl -out %WORKDIR%\pandoc-%VERSION%-${{ matrix.versions.osarch }}.msi wixobj\*.wixobj
+ 7z a "pandoc-%VERSION%-${{ matrix.versions.osarch }}.zip" pandoc.exe pandoc-citeproc.exe MANUAL.html COPYING.rtf
cd ..
mkdir windows-release-candidate
copy windows\pandoc-%VERSION%-${{ matrix.versions.osarch }}.msi windows-release-candidate
+ copy windows\pandoc-%VERSION%-${{ matrix.versions.osarch }}.zip windows-release-candidate
- uses: actions/upload-artifact@master
with:
name: windows-release-candidate