Skip to content

Commit

Permalink
Update dev_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nekiplay authored Jan 5, 2025
1 parent 08255f4 commit 12c6a17
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/dev_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,16 @@ jobs:
distribution: adopt
- name: Make gradlew executable
run: chmod +x ./gradlew

- name: Build
run: ./gradlew build

- name: Archive Artifacts
uses: actions/upload-artifact@v4
with:
name: Artifacts
path: ./build/libs/

- name: Release
uses: marvinpinto/action-automatic-releases@latest
with:
Expand Down

0 comments on commit 12c6a17

Please sign in to comment.