From 2ca8663f06c7431a7839dc104b76bbad3d10d042 Mon Sep 17 00:00:00 2001 From: 13574 <1357496606@qq.com> Date: Fri, 8 Sep 2023 11:44:40 +0800 Subject: [PATCH] ci --- .github/workflows/android_ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/android_ci.yml b/.github/workflows/android_ci.yml index 2c42ff0..814e782 100644 --- a/.github/workflows/android_ci.yml +++ b/.github/workflows/android_ci.yml @@ -42,6 +42,7 @@ jobs: SIGNING_KEY_PASSWORD: ${{ secrets.SIGNING_KEY_PASSWORD }} SIGNING_STORE_PASSWORD: ${{ secrets.SIGNING_STORE_PASSWORD }} - name: Upload artifact + uses: actions/upload-artifact@v2.2.0 with: name: app-release.${{ steps.current-time.outputs.formattedTime }} path: android/app/release/*.apk