From 75e94f7a6744556ab07dde511cc9f94750b70052 Mon Sep 17 00:00:00 2001 From: Neeraj Gupta <254676+ua741@users.noreply.github.com> Date: Mon, 3 Oct 2022 20:16:14 +0530 Subject: [PATCH] Fix: include checksum in the release artificats --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2d143d8b5..0e1fb6dc4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -66,5 +66,5 @@ jobs: # Create a Github release - uses: ncipollo/release-action@v1 with: - artifacts: "build/app/outputs/flutter-apk/ente.apk" + artifacts: "build/app/outputs/flutter-apk/ente.apk,build/app/outputs/flutter-apk/checksum" token: ${{ secrets.GITHUB_TOKEN }}