From f0746a35206f400e3ee16ba0b12e5850bcfe386e Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Fri, 1 Sep 2023 17:02:12 +0530 Subject: [PATCH] feat: create github release for android --- .github/workflows/android.yaml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/android.yaml b/.github/workflows/android.yaml index fef9179..e545bea 100644 --- a/.github/workflows/android.yaml +++ b/.github/workflows/android.yaml @@ -23,9 +23,13 @@ jobs: - name: Build routine run: "chmod +x package/android/build.sh && package/android/build.sh" - - name: Create build artifacts - uses: actions/upload-artifact@v3 + - name: Create release + uses: "marvinpinto/action-automatic-releases@latest" with: - name: lune-$LUNE_VERSION-aarch64-linux-android.zip - path: lune-aarch64-linux-android.zip + repo_token: "${{ secrets.GITHUB_TOKEN }}" + automatic_release_tag: "$LUNE_VERSION" + draft: true + title: "Lune $LUNE_VERSION (Android)" + files: | + lune-src/lune-*.zip