Skip to content

Commit 84f56c4

Browse files
backend: Fix build
1 parent dc52b0a commit 84f56c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
uses: actions/upload-artifact@v4
3737
with:
3838
name: Artifacts
39-
path: build/libs/*.jar
39+
path: versions/**/build/libs/*.jar

0 commit comments

Comments
 (0)