We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 945c27c + 448e6c0 commit 25ab1f8Copy full SHA for 25ab1f8
1 file changed
.github/workflows/build.yml
@@ -21,10 +21,12 @@ jobs:
21
distribution: 'microsoft'
22
- name: make gradle wrapper executable
23
run: chmod +x ./gradlew
24
+ - name: generate files
25
+ run: ./gradlew runDatagen
26
- name: build
27
run: ./gradlew build
28
- name: capture build artifacts
29
uses: actions/upload-artifact@v4
30
with:
31
name: Artifacts
- path: build/libs/
32
+ path: build/libs/
0 commit comments