From 5e4e60ad22e51f5634520ade23790b01e5e4072c Mon Sep 17 00:00:00 2001 From: Codel1417 <13484789+Codel1417@users.noreply.github.com> Date: Sat, 24 Feb 2024 18:12:01 -0500 Subject: [PATCH] upload artifact --- .github/workflows/build_apk.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build_apk.yml b/.github/workflows/build_apk.yml index f2bfc116..826abcb8 100644 --- a/.github/workflows/build_apk.yml +++ b/.github/workflows/build_apk.yml @@ -25,6 +25,9 @@ jobs: run: flutter build apk - name: Build App Bundle run: flutter build appbundle + - uses: actions/upload-artifact@v4 + with: + path: ./build/app/outputs/* - name: Upload debug symbols run: flutter packages pub run sentry_dart_plugin env: