Skip to content

Commit ed4f415

Browse files
committed
fix upload path
1 parent 9b196f4 commit ed4f415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ jobs:
277277
with:
278278
# tbn = to-be-notarized
279279
name: JabRef-macOS-tbn-${{ matrix.os }}
280-
path: build/distribution
280+
path: jabgui/build/distribution
281281
compression-level: 0 # no compression
282282
- name: Upload to GitHub workflow artifacts store
283283
if: (steps.checksecrets.outputs.secretspresent != 'YES')

0 commit comments

Comments
 (0)