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