Skip to content

Commit d96f4dc

Browse files
authored
Update dev_build.yml
1 parent 6bbde7c commit d96f4dc

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/dev_build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,16 @@ jobs:
1212
distribution: adopt
1313
- name: Make gradlew executable
1414
run: chmod +x ./gradlew
15+
1516
- name: Build
1617
run: ./gradlew build
18+
19+
- name: Archive Artifacts
20+
uses: actions/upload-artifact@v4
21+
with:
22+
name: Artifacts
23+
path: ./build/libs/
24+
1725
- name: Release
1826
uses: marvinpinto/action-automatic-releases@latest
1927
with:

0 commit comments

Comments
 (0)