We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bbde7c commit d96f4dcCopy full SHA for d96f4dc
1 file changed
.github/workflows/dev_build.yml
@@ -12,8 +12,16 @@ jobs:
12
distribution: adopt
13
- name: Make gradlew executable
14
run: chmod +x ./gradlew
15
+
16
- name: Build
17
run: ./gradlew build
18
19
+ - name: Archive Artifacts
20
+ uses: actions/upload-artifact@v4
21
+ with:
22
+ name: Artifacts
23
+ path: ./build/libs/
24
25
- name: Release
26
uses: marvinpinto/action-automatic-releases@latest
27
with:
0 commit comments