Skip to content

Commit

Permalink
CI: better packaging of release assets
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentRDC committed Jun 11, 2021
1 parent 5ef52a5 commit a6de079
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,13 +180,13 @@ jobs:
- name: Compress artifacts and move to assets
run: |
mkdir assets
zip assets/pandoc-plot-Windows-x86_64.zip Windows-artifact/pandoc-plot.exe
zip -j assets/pandoc-plot-Windows-x86_64.zip Windows-artifact/pandoc-plot.exe
mv Windows-artifact-installer/*.exe assets
zip assets/pandoc-plot-Linux-x86_64.zip Linux-artifact/pandoc-plot
zip assets/pandoc-plot-Linux-x86_64-static.zip Linux-artifact-static/pandoc-plot
zip -j assets/pandoc-plot-Linux-x86_64.zip Linux-artifact/pandoc-plot
zip -j assets/pandoc-plot-Linux-x86_64-static.zip Linux-artifact-static/pandoc-plot
zip assets/pandoc-plot-macOS-x86_64.zip macOS-artifact/pandoc-plot
zip -j assets/pandoc-plot-macOS-x86_64.zip macOS-artifact/pandoc-plot
ls -a assets
Expand Down

0 comments on commit a6de079

Please sign in to comment.