Skip to content

Commit 60bc20e

Browse files
committed
Fix action
1 parent 0a34983 commit 60bc20e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/build_and_create_release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
VERSION: ${{ env.VERSION }}
6464
run: |
6565
mkdir apks
66-
mv "app/release/app-release.apk" "./apks/Dicio_${VERSION}.apk"
66+
mv "app/build/outputs/apk/release/app-release-unsigned.apk" "./apks/Dicio_${VERSION}.apk"
6767
6868
- name: Sign APKs
6969
env:

0 commit comments

Comments
 (0)