Skip to content

Commit

Permalink
build: fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
F33RNI committed Jun 15, 2024
1 parent 7f15501 commit dd17c9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
- name: Upload APK Release
uses: actions/upload-artifact@v3
with:
path: ${{ env.main_project_module }}/build/outputs/apk/release/
path: ./app/build/outputs/apk/release/*.apk
- name: Upload AAB (App Bundle) Release
uses: actions/upload-artifact@v3
with:
path: ${{ env.main_project_module }}/build/outputs/bundle/release/
path: ./app/build/outputs/bundle/release/*.aab

0 comments on commit dd17c9e

Please sign in to comment.