We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc359d1 commit 39cca3dCopy full SHA for 39cca3d
1 file changed
.github/workflows/build-gradle.yml
@@ -12,6 +12,8 @@ jobs:
12
steps:
13
- name: Checkout Repository
14
uses: actions/checkout@v4
15
+ with:
16
+ submodules: true
17
- name: Install Java
18
uses: actions/setup-java@v4
19
with:
@@ -64,6 +66,8 @@ jobs:
64
66
65
67
68
69
70
71
72
73
@@ -86,4 +90,4 @@ jobs:
86
90
87
91
name: processing-${{ matrix.os_prefix }}-${{ matrix.arch }}-br_${{ github.ref_name }}
88
92
retention-days: 1
89
- path: app/build/compose/binaries/main/${{ matrix.binary }}
93
+ path: app/build/compose/binaries/main/${{ matrix.binary }}
0 commit comments