Skip to content

Commit

Permalink
Merge pull request #61 from emreesen27/workflow-artifact-update
Browse files Browse the repository at this point in the history
[DEV][upload-artifact update]
  • Loading branch information
emreesen27 authored Dec 24, 2024
2 parents 3b0a1f3 + 6a0fcb3 commit 813cd58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
BUILD_TOOLS_VERSION: "34.0.0"

- name: Upload Signed APK
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: Signed app APK
path: ${{ steps.sign_app.outputs.signedReleaseFile }}
Expand Down

0 comments on commit 813cd58

Please sign in to comment.