Skip to content
This repository was archived by the owner on Jan 5, 2021. It is now read-only.

Commit fc44de0

Browse files
author
Luis Correa
committed
sign action
1 parent d4a444b commit fc44de0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ jobs:
2828
- name: Create a Release APK
2929
uses: ncipollo/release-action@v1
3030
with:
31-
artifacts: ${{ steps.sign-android-app.outputs.signedReleaseFile }}
31+
artifacts: build/app/outputs/apk/release/app-release-signed.apk
3232
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)