Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobaraujo7 committed Jan 15, 2024
1 parent b426050 commit 55071c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
KEYSTORE_ALIAS: ${{ secrets.KEYSTORE_ALIAS }}

- name: Upload Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: app-release.apk
path: ${{ github.workspace }}/build/app/outputs/flutter-apk/app-release.apk
path: ${{ github.workspace }}/build/app/outputs/flutter-apk/app-prod-release.apk

0 comments on commit 55071c2

Please sign in to comment.