From 60f63c3c6da7b1878c3868d27f19ef31f15e3b09 Mon Sep 17 00:00:00 2001 From: garyschulte Date: Wed, 21 Aug 2024 20:54:07 -0700 Subject: [PATCH] gimme moar Signed-off-by: garyschulte --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6bed03e..3676529 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -365,6 +365,9 @@ jobs: uses: gradle/gradle-build-action@v2.4.2 with: arguments: --no-daemon --parallel build --scan + - name: Dump info on constantine libs + run: | + find . -name 'libconstantine*' |xargs -r file - uses: actions/upload-artifact@v3.1.0 with: name: jars