Skip to content

Commit 8c57c15

Browse files
authored
Update dev_build.yml
1 parent 17b9daf commit 8c57c15

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/dev_build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ jobs:
1414
run: chmod +x ./gradlew
1515
- name: Build
1616
run: ./gradlew build
17+
- name: Archive Artifacts
18+
uses: actions/upload-artifact@v4
19+
with:
20+
name: Artifacts
21+
path: ./build/libs
1722
- name: Release
1823
uses: marvinpinto/action-automatic-releases@latest
1924
with:

0 commit comments

Comments
 (0)