Skip to content

Commit

Permalink
! CI: add create zip archive again to document compilation
Browse files Browse the repository at this point in the history
This was accidentally removed in c444c80.

Issue: #30
  • Loading branch information
BacLuc committed Feb 4, 2022
1 parent c444c80 commit 11f00fa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/document-compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
cmake -S . -B build -DJS_WITH_CODE=OFF
cmake --build build
- name: create zip archive
run: |
cmake --build build --target jumpstart_archive
- name: create release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 11f00fa

Please sign in to comment.