Skip to content
This repository was archived by the owner on Jan 4, 2026. It is now read-only.

Commit 5a7f49e

Browse files
committed
Build workflow: Fix staging copy path
1 parent ae4b823 commit 5a7f49e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
# Upload workflow artifacts to allow the inspection of build results.
3737
# These are only retained for a few days.
3838
- name: Stage artifacts for upload
39-
run: mkdir staging && cp build/*.jar staging
39+
run: mkdir staging && cp build/libs/*.jar staging
4040
- name: Upload artifacts
4141
uses: actions/upload-artifact@v4
4242
with:

0 commit comments

Comments
 (0)