From f29cfc0664863e486485855fd13a50ac1a01494f Mon Sep 17 00:00:00 2001 From: a-mabe Date: Sat, 4 Nov 2023 14:46:52 -0400 Subject: [PATCH] Attach artifact zips to release --- .github/workflows/build_and_release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_release.yaml b/.github/workflows/build_and_release.yaml index 95bc81d2..c61a73d7 100644 --- a/.github/workflows/build_and_release.yaml +++ b/.github/workflows/build_and_release.yaml @@ -177,7 +177,7 @@ jobs: - name: Create Draft Release uses: ncipollo/release-action@v1.13.0 with: - artifacts: "app-release.apk, app-release.aab, release-ipa.ipa" + artifacts: "release-aab.zip, release-apk.zip, release-ipa.zip" draft: "true" tag: ${{needs.GetVersionNumber.outputs.version}} generateReleaseNotes: "true"