File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -395,14 +395,16 @@ jobs:
395
395
with :
396
396
# tbn = to-be-notarized
397
397
name : JabRef-macOS-tbn-${{ matrix.os }}
398
- path : build/distribution
398
+ path : jabgui/ build/distribution
399
399
compression-level : 0 # no compression
400
400
- name : Upload to GitHub workflow artifacts store
401
401
if : (steps.checksecrets.outputs.secretspresent != 'YES') || (github.ref != 'refs/heads/main')
402
402
uses : actions/upload-artifact@v4
403
403
with :
404
404
name : JabRef-${{ matrix.os }}
405
- path : build/distribution
405
+ path : |
406
+ jabgui/build/distribution
407
+ jabkit/build/distribution
406
408
compression-level : 0 # no compression
407
409
notarize : # outsourced in a separate job to be able to rerun if this fails for timeouts
408
410
name : macOS notarization
You can’t perform that action at this time.
0 commit comments