Skip to content

Commit 14e5845

Browse files
Update git-release.yml
1 parent aa9d5c1 commit 14e5845

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/git-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
branch: dev
2020
event: push
2121
name: drop
22+
path: drop
2223
- name: Github Release
2324
uses: anton-yurchenko/[email protected]
2425
env:
@@ -29,4 +30,4 @@ jobs:
2930
ALLOW_EMPTY_CHANGELOG: "true"
3031
with:
3132
args: |
32-
drop/**
33+
drop/build/**/*.jar

0 commit comments

Comments
 (0)