Skip to content

Commit e2be931

Browse files
committed
kiota-drop now just drop as this is the official version now and there is no need to disambiguate
1 parent c5812c9 commit e2be931

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/preview-and-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Upload Build Artifact
5151
uses: actions/upload-artifact@v4
5252
with:
53-
name: kiota-drop
53+
name: drop
5454
path: |
5555
**/libs/*
5656
build/generated-pom.xml
@@ -97,7 +97,7 @@ jobs:
9797
- name: Upload Build Artifact
9898
uses: actions/upload-artifact@v4
9999
with:
100-
name: kiota-drop
100+
name: drop
101101
path: |
102102
**/libs/*
103103
build/generated-pom.xml

0 commit comments

Comments
 (0)