We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65f4f95 commit 49eb0c0Copy full SHA for 49eb0c0
.github/workflows/build.yml
@@ -29,4 +29,5 @@ jobs:
29
uses: actions/upload-artifact@v4
30
with:
31
name: alpine
32
- path: build/libs/alpine-*.*.*.jar
+ path: |
33
+ binary/build/libs/alpine-*.*.*.jar
0 commit comments