Skip to content

Commit

Permalink
gimme moar
Browse files Browse the repository at this point in the history
Signed-off-by: garyschulte <garyschulte@gmail.com>
  • Loading branch information
garyschulte committed Aug 22, 2024
1 parent 2a35144 commit 60f63c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 60f63c3

Please sign in to comment.