Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Gimbergsson authored Jan 2, 2025
1 parent d85816f commit 3d369ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
mv "./app/build/outputs/bundle/release/app-release.aab" "./app/build/outputs/bundle/release/${{ env.OUTPUT_NAME }}.aab"

- name: Upload debug AAB
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: ${{ env.OUTPUT_NAME }}
path: app/build/outputs/bundle/release/${{ env.OUTPUT_NAME }}.aab

0 comments on commit 3d369ba

Please sign in to comment.