Skip to content

Commit cb906f0

Browse files
committed
Artifact name changed from kiota-drop --> drop
1 parent bbad511 commit cb906f0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/git-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
workflow_conclusion: success
1919
branch: dev
2020
event: push
21-
name: kiota-drop
22-
path: kiota-drop
21+
name: drop
22+
path: drop
2323
- name: Github Release
2424
uses: anton-yurchenko/git-release@v6.0
2525
env:
@@ -30,4 +30,4 @@ jobs:
3030
ALLOW_EMPTY_CHANGELOG: "true"
3131
with:
3232
args: |
33-
kiota-drop/build/**/*.jar
33+
drop/build/**/*.jar

.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)