From 773a2f546f218f040ce6cf2666692d18818b65d1 Mon Sep 17 00:00:00 2001 From: HeCodes2Much Date: Fri, 7 Jun 2024 21:18:17 +0100 Subject: [PATCH] Fixed a workflow so it works correctly Signed-off-by: HeCodes2Much --- .github/workflows/android-release_ci-forced.yml | 2 +- .github/workflows/android-release_ci.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/android-release_ci-forced.yml b/.github/workflows/android-release_ci-forced.yml index 8a11e03..7f9e029 100644 --- a/.github/workflows/android-release_ci-forced.yml +++ b/.github/workflows/android-release_ci-forced.yml @@ -58,7 +58,7 @@ jobs: path: app/build/outputs/apk/withInternet/release/*.apk retention-days: 3 - - name: Sign APK - WithInternet + - name: Sign APK - WithoutInternet uses: ilharp/sign-android-release@v1 # ID used to access action output id: sign_app_withoutInternet diff --git a/.github/workflows/android-release_ci.yml b/.github/workflows/android-release_ci.yml index 822a070..5910bf0 100644 --- a/.github/workflows/android-release_ci.yml +++ b/.github/workflows/android-release_ci.yml @@ -53,7 +53,7 @@ jobs: keyPassword: ${{ secrets.KEY_PASSWORD }} buildToolsVersion: 33.0.0 - - name: Release to GitHub + - name: Release to GitHub - WithInternet uses: svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.GIT_BOT_TOKEN }} @@ -62,7 +62,7 @@ jobs: tag: ${{ github.ref }} overwrite: true - - name: Sign APK - WithInternet + - name: Sign APK - WithoutInternet uses: ilharp/sign-android-release@v1 # ID used to access action output id: sign_app_withoutInternet @@ -74,7 +74,7 @@ jobs: keyPassword: ${{ secrets.KEY_PASSWORD }} buildToolsVersion: 33.0.0 - - name: Release to GitHub + - name: Release to GitHub - WithoutInternet uses: svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.GIT_BOT_TOKEN }}