We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e984f71 commit c707a8fCopy full SHA for c707a8f
.github/workflows/deployment.yml
@@ -251,14 +251,14 @@ jobs:
251
with:
252
# tbn = to-be-notarized
253
name: JabRef-macOS-tbn-${{ matrix.os }}
254
- path: build/distribution
+ path: jabgui/build/distribution
255
compression-level: 0 # no compression
256
- name: Upload to GitHub workflow artifacts store
257
if: (steps.checksecrets.outputs.secretspresent != 'YES')
258
uses: actions/upload-artifact@v4
259
260
name: JabRef-${{ matrix.os }}
261
262
263
announce:
264
name: Comment on pull request
0 commit comments