Skip to content

Commit 8150533

Browse files
authored
Merge pull request #53 from Siedlerchr/fix-path
Fix upload path
2 parents 6a92ef1 + 3a9c653 commit 8150533

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)