Skip to content

Commit

Permalink
change name to cumulocity-clients-kotlin (with "s")
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Voigt committed Feb 22, 2024
1 parent c937364 commit 4f6d97c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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'
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 4f6d97c

Please sign in to comment.