Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Xtr126 authored Feb 19, 2024
1 parent 8f8b268 commit 229a300
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ jobs:
- name: Build with Gradle
run: ./gradlew assembleRelease

- name: Upload APK
- uses: actions/upload-artifact@v4
with:
path: app/build/outputs/apk/release/*.apk

- name: release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 229a300

Please sign in to comment.