Skip to content

Commit

Permalink
wip update build gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
rogergcc committed Oct 14, 2024
1 parent a354356 commit 80a985b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/AndroidBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
keyPassword: ${{ secrets.KEY_PASSWORD }}

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3.2.1
with:
name: FilmsTMDB.apk
path: ${{steps.sign.outputs.signedReleaseFile}}
Expand Down

0 comments on commit 80a985b

Please sign in to comment.