Skip to content

Commit 3a9c653

Browse files
committed
Fix upload path
1 parent 6a92ef1 commit 3a9c653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ jobs:
3636
uses: actions/upload-artifact@v4
3737
with:
3838
name: javafxreproducer-${{ matrix.os }}
39-
path: build/distributions
39+
path: build/packages
4040
compression-level: 0

0 commit comments

Comments
 (0)