diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 15855175..7bea5ee0 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -213,7 +213,7 @@ jobs: ./gradlew assemble find "${{ github.workspace }}/android" -name "*.apk" cp "${{ github.workspace }}/android/distribution/android/app/outputs/apk/debug/app-debug.apk" "${{ github.workspace }}/release/${{ env.PresetName }}/impacto-debug.apk" - cp "${{ github.workspace }}/android/distribution/android/app/outputs/apk/release/app-unsigned.apk" "${{ github.workspace }}/release/${{ env.PresetName }}/impacto-unsigned.apk" + cp "${{ github.workspace }}/android/distribution/android/app/outputs/apk/release/app-release-unsigned.apk" "${{ github.workspace }}/release/${{ env.PresetName }}/impacto-unsigned.apk" shell: bash - name: Archive Artifacts run: |