Skip to content

Commit 6751c3b

Browse files
authored
add common artifact to ci pipeline (#251)
Signed-off-by: garyschulte <garyschulte@gmail.com>
1 parent ed1c8b7 commit 6751c3b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

+4
Original file line numberDiff line numberDiff line change
@@ -472,6 +472,10 @@ jobs:
472472
with:
473473
name: jars-constantine
474474
path: constantine/build/libs
475+
- uses: actions/upload-artifact@v4
476+
with:
477+
name: jars-common
478+
path: common/build/libs
475479
- name: gradle publish
476480
uses: gradle/gradle-build-action@v2
477481
if: contains('refs/heads/release-', github.ref) || github.ref == 'refs/heads/main'

0 commit comments

Comments
 (0)