From 6eb4647bbded0bbf29e61cdf3feefbb3af849dad Mon Sep 17 00:00:00 2001 From: mshdabiola Date: Sat, 22 Jun 2024 12:20:23 +0100 Subject: [PATCH] change --- .github/workflows/deploy_foss_to_github.yml | 4 ++-- .github/workflows/deploy_play_to_github.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy_foss_to_github.yml b/.github/workflows/deploy_foss_to_github.yml index a407e9b9..2cc6f5c0 100644 --- a/.github/workflows/deploy_foss_to_github.yml +++ b/.github/workflows/deploy_foss_to_github.yml @@ -60,7 +60,7 @@ jobs: - name: Sign APK uses: r0adkll/sign-android-release@v1.0.4 with: - releaseDirectory: app/build/outputs/apk/fossReliant/release + releaseDirectory: composeApp/build/outputs/apk/fossReliant/release signingKeyBase64: ${{ secrets.SIGNING_KEY2 }} alias: ${{ secrets.ALIAS }} keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }} @@ -72,7 +72,7 @@ jobs: uses: ncipollo/release-action@v1.14.0 with: allowUpdates: true - artifacts: "app/build/outputs/apk/**/**/**/*.apk,app/build/outputs/mapping/**/**/*.txt" + artifacts: "composeApp/build/outputs/apk/**/**/**/*.apk,composeApp/build/outputs/mapping/**/**/*.txt" token: ${{ secrets.TOKEN }} generateReleaseNotes: true bodyFile: distribution/whatsnew/whatsnew-en-US diff --git a/.github/workflows/deploy_play_to_github.yml b/.github/workflows/deploy_play_to_github.yml index 22ef3af1..7f44b914 100644 --- a/.github/workflows/deploy_play_to_github.yml +++ b/.github/workflows/deploy_play_to_github.yml @@ -53,7 +53,7 @@ jobs: - name: Sign APK uses: r0adkll/sign-android-release@v1.0.4 with: - releaseDirectory: app/build/outputs/apk/googlePlay/release + releaseDirectory: composeApp/build/outputs/apk/googlePlay/release signingKeyBase64: ${{ secrets.SIGNING_KEY2 }} alias: ${{ secrets.ALIAS }} keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }} @@ -65,7 +65,7 @@ jobs: uses: ncipollo/release-action@v1.14.0 with: allowUpdates: true - artifacts: "app/build/outputs/apk/**/**/**/*.apk,app/build/outputs/mapping/**/**/*.txt" + artifacts: "composeApp/build/outputs/apk/**/**/**/*.apk,composeApp/build/outputs/mapping/**/**/*.txt" token: ${{ secrets.TOKEN }} generateReleaseNotes: true bodyFile: distribution/whatsnew/whatsnew-en-US