Skip to content

Commit 7e48f5f

Browse files
committed
upload correct apt
1 parent ef39b2d commit 7e48f5f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ jobs:
174174
run: flutter build apk --release --build-number=${{ github.run_number }}
175175

176176
- name: Sign APK
177+
id: sign_apk
177178
uses: r0adkll/sign-android-release@v1
178179
with:
179180
releaseDirectory: client/build/app/outputs/flutter-apk
@@ -187,7 +188,7 @@ jobs:
187188
# if: startsWith(github.ref, 'refs/tags/')
188189
with:
189190
name: android-app-apk
190-
path: "client/build/app/outputs/flutter-apk/app-release.apk"
191+
path: ${{ steps.sign_apk.outputs.signedReleaseFile }}
191192
retention-days: 2
192193

193194
# release:

0 commit comments

Comments
 (0)