@@ -256,15 +256,6 @@ jobs:
256256 rm debian-binary control.tar.* data.tar.*
257257 mv -f jabref_${{ steps.gitversion.outputs.Major }}.${{ steps.gitversion.outputs.Minor }}${{ matrix.suffix }}${{ matrix.archForDebianRepack }}_repackaged.deb jabref_${{ steps.gitversion.outputs.Major }}.${{ steps.gitversion.outputs.Minor }}${{ matrix.suffix }}.deb
258258
259- - name : Build JabKit
260- shell : bash
261- run : ./gradlew -i -PprojVersion="${{ steps.gitversion.outputs.AssemblySemVer }}" -PprojVersionInfo="${{ steps.gitversion.outputs.InformationalVersion }}" :jabkit:jpackage
262- - name : Package JabKit application image
263- shell : bash
264- run : |
265- set -e
266- ${{ matrix.archivePortableJabKit }}
267-
268259 # region Upload to builds.jabref.org / GitHub artifacts store
269260 - name : Setup SSH key
270261 if : (needs.conditions.outputs.upload-to-builds-jabref-org == 'true')
@@ -301,22 +292,11 @@ jobs:
301292 # for rsync installed by chocolatey, we need the ssh.exe delivered with that installation
302293 run : |
303294 rsync -rt --chmod=Du=rwx,Dg=rx,Do=rx,Fu=rw,Fg=r,Fo=r --itemize-changes --stats --rsync-path="mkdir -p /var/www/builds.jabref.org/www/${{ steps.gitversion.outputs.branchName }} && rsync" -e 'C:\ProgramData\chocolatey\lib\rsync\tools\bin\ssh.exe -p 9922 -i sshkey -o StrictHostKeyChecking=no' jabgui/build/packages/${{ matrix.os }}/ [email protected] :/var/www/builds.jabref.org/www/${{ steps.gitversion.outputs.branchName }}/ || true 304- - name : Upload jabkkit to builds.jabref.org (Windows)
305- if : ${{ (steps.diskspace.outputs.available == 'true') && (matrix.os == 'windows-latest') }}
306- shell : cmd
307- # for rsync installed by chocolatey, we need the ssh.exe delivered with that installation
308- run : |
309- rsync -rt --chmod=Du=rwx,Dg=rx,Do=rx,Fu=rw,Fg=r,Fo=r --itemize-changes --stats --rsync-path="mkdir -p /var/www/builds.jabref.org/www/${{ steps.gitversion.outputs.branchName }} && rsync" -e 'C:\ProgramData\chocolatey\lib\rsync\tools\bin\ssh.exe -p 9922 -i sshkey -o StrictHostKeyChecking=no' jabkit/build/packages/${{ matrix.os }}/ [email protected] :/var/www/builds.jabref.org/www/${{ steps.gitversion.outputs.branchName }}/ || true 310295 - name : Upload jabgui to builds.jabref.org (linux, macOS)
311296 if : ${{ (steps.diskspace.outputs.available == 'true') && (startsWith(matrix.os, 'macos') || startsWith(matrix.os, 'ubuntu')) }}
312297 shell : bash
313298 run : |
314299 rsync -rt --chmod=Du=rwx,Dg=rx,Do=rx,Fu=rw,Fg=r,Fo=r --itemize-changes --stats --rsync-path="mkdir -p /var/www/builds.jabref.org/www/${{ steps.gitversion.outputs.branchName }} && rsync" -e 'ssh -p 9922 -i sshkey -o StrictHostKeyChecking=no' jabgui/build/packages/${{ matrix.os }}/ [email protected] :/var/www/builds.jabref.org/www/${{ steps.gitversion.outputs.branchName }}/ || true 315- - name : Upload jabkit to builds.jabref.org (linux, macOS)
316- if : ${{ (steps.diskspace.outputs.available == 'true') && (startsWith(matrix.os, 'macos') || startsWith(matrix.os, 'ubuntu')) }}
317- shell : bash
318- run : |
319- rsync -rt --chmod=Du=rwx,Dg=rx,Do=rx,Fu=rw,Fg=r,Fo=r --itemize-changes --stats --rsync-path="mkdir -p /var/www/builds.jabref.org/www/${{ steps.gitversion.outputs.branchName }} && rsync" -e 'ssh -p 9922 -i sshkey -o StrictHostKeyChecking=no' jabkit/build/packages/${{ matrix.os }}/ [email protected] :/var/www/builds.jabref.org/www/${{ steps.gitversion.outputs.branchName }}/ || true 320300 - name : Upload to GitHub workflow artifacts store (macOS)
321301 if : ${{ (startsWith(matrix.os, 'macos')) && (needs.conditions.outputs.should-notarize == 'true') }}
322302 uses : actions/upload-artifact@v4
@@ -325,7 +305,6 @@ jobs:
325305 name : JabRef-${{ matrix.os }}-tbn
326306 path : |
327307 jabgui/build/packages/${{ matrix.os }}
328- jabkit/build/packages/${{ matrix.os }}
329308 compression-level : 0 # no compression
330309 # endregion
331310
0 commit comments