We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed1c8b7 commit 6751c3bCopy full SHA for 6751c3b
.github/workflows/build.yml
@@ -472,6 +472,10 @@ jobs:
472
with:
473
name: jars-constantine
474
path: constantine/build/libs
475
+ - uses: actions/upload-artifact@v4
476
+ with:
477
+ name: jars-common
478
+ path: common/build/libs
479
- name: gradle publish
480
uses: gradle/gradle-build-action@v2
481
if: contains('refs/heads/release-', github.ref) || github.ref == 'refs/heads/main'
0 commit comments