Skip to content

Commit c707a8f

Browse files
authored
Fix path for artifacts (#13057)
1 parent e984f71 commit c707a8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deployment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,14 +251,14 @@ jobs:
251251
with:
252252
# tbn = to-be-notarized
253253
name: JabRef-macOS-tbn-${{ matrix.os }}
254-
path: build/distribution
254+
path: jabgui/build/distribution
255255
compression-level: 0 # no compression
256256
- name: Upload to GitHub workflow artifacts store
257257
if: (steps.checksecrets.outputs.secretspresent != 'YES')
258258
uses: actions/upload-artifact@v4
259259
with:
260260
name: JabRef-${{ matrix.os }}
261-
path: build/distribution
261+
path: jabgui/build/distribution
262262
compression-level: 0 # no compression
263263
announce:
264264
name: Comment on pull request

0 commit comments

Comments
 (0)