Skip to content

Commit

Permalink
ci: rename artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Cdm2883 committed Oct 5, 2024
1 parent 8597a15 commit 4867c6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/preview-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: plugin-preview-build-${{ github.sha }}
name: kotlinx-shared-lib-plugin-${{ github.sha }}
path: plugin/build/libs/kotlinx-${{ github.sha }}.jar

- name: Upload artifact (Compose)
uses: actions/upload-artifact@v4
with:
name: plugin-compose-preview-build-${{ github.sha }}
name: kotlinx-compose-shared-lib-plugin-${{ github.sha }}
path: plugin/build/libs/kotlinx-compose-${{ github.sha }}.jar

0 comments on commit 4867c6c

Please sign in to comment.