Skip to content

Commit

Permalink
build: fix release workflow (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
F33RNI committed Jun 15, 2024
1 parent dd17c9e commit ce13126
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@ jobs:
- run: ./gradlew assembleRelease --stacktrace
- run: ./gradlew bundleRelease --stacktrace
- name: Upload APK Release
uses: actions/upload-artifact@v3
uses: softprops/action-gh-release@v1
with:
path: ./app/build/outputs/apk/release/*.apk
files: |
./app/build/outputs/bundle/release/*.apk
- name: Upload AAB (App Bundle) Release
uses: actions/upload-artifact@v3
uses: softprops/action-gh-release@v1
with:
path: ./app/build/outputs/bundle/release/*.aab
files: |
./app/build/outputs/bundle/release/*.aab

0 comments on commit ce13126

Please sign in to comment.