Skip to content

Commit

Permalink
build: test adding binary distributions
Browse files Browse the repository at this point in the history
  • Loading branch information
fkellner committed May 4, 2024
1 parent 6f1a9da commit 50bc375
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
uses: docker://pandoc/latex:3
with:
args: "-f markdown -t latex -V linkcolor:lightblue -o USER_MANUAL.de.pdf USER_MANUAL.de.md"
- name: Package with JRE
run: make package
- name: Publish compiled version as development version
if: ${{ github.event_name == 'push' }}
uses: "marvinpinto/action-automatic-releases@latest"
Expand All @@ -60,3 +62,7 @@ jobs:
USER_MANUAL.md
USER_MANUAL.de.pdf
USER_MANUAL.de.md
dist/jeniffer2-linux-x64.bin
dist/jeniffer2-windows-x64.exe
dist/jeniffer2-mac-x64.bin
dist/jeniffer2-mac-aarch64.bin

0 comments on commit 50bc375

Please sign in to comment.