From f3cd9fbea8546293fc9fcf1f9d9e16f3f306be85 Mon Sep 17 00:00:00 2001 From: andrea Date: Sun, 30 Oct 2022 21:56:13 -0500 Subject: [PATCH] CI fix --- .github/workflows/release-android.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release-android.yml b/.github/workflows/release-android.yml index 4ea3fd86..b2b1a373 100644 --- a/.github/workflows/release-android.yml +++ b/.github/workflows/release-android.yml @@ -20,9 +20,9 @@ jobs: wrapper-cache-enabled: true dependencies-cache-enabled: true configuration-cache-enabled: true - - uses: softprops/action-gh-release@v1 - with: - files: | - androidApp/build/outputs/apk/release/*.apk + - uses: softprops/action-gh-release@v1 + with: + files: | + androidApp/build/outputs/apk/release/*.apk env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file