Skip to content
4 changes: 3 additions & 1 deletion .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ jobs:
needs: build_android
permissions:
contents: write
env:
APK_RELEASE_PATH: apk-release/app-release.apk
steps:
- name: Download APK artifact
uses: actions/download-artifact@v4
Expand All @@ -87,7 +89,7 @@ jobs:
uses: ncipollo/[email protected]
with:
allowUpdates: true
artifacts: ${{ env.APK_PATH }}
artifacts: ${{ env.APK_RELEASE_PATH }}
artifactContentType: apk
generateReleaseNotes: true
tag: latest_build