diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b60ea66..d7fefcc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,7 +44,7 @@ jobs: env: MARKETING_VERSION: ${{ steps.decide_build_number.outputs.marketing_build_version }} with: - name: 'cumulocity-client-kotlin-aar' + name: 'cumulocity-clients-kotlin-aar' path: 'build/outputs/aar/*.aar' - name: Invoke Gradle for jar @@ -57,5 +57,5 @@ jobs: env: MARKETING_VERSION: ${{ steps.decide_build_number.outputs.marketing_build_version }} with: - name: 'cumulocity-client-kotlin-jar' + name: 'cumulocity-clients-kotlin-jar' path: 'build/libs/*.jar' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 32b2f23..1205510 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,7 +39,7 @@ jobs: - name: Download aar artifact uses: actions/download-artifact@v3 with: - name: cumulocity-client-kotlin-aar + name: cumulocity-clients-kotlin-aar path: artifacts - name: show downloaded content @@ -59,7 +59,7 @@ jobs: - name: Download jar artifact uses: actions/download-artifact@v3 with: - name: cumulocity-client-kotlin-jar + name: cumulocity-clients-kotlin-jar path: artifacts - name: Upload jar to release