Skip to content

Commit bee5129

Browse files
authored
Fix create release
1 parent 011d7ad commit bee5129

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gradle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ jobs:
3232
path: buildfiles
3333

3434
- name: Create Release
35-
- uses: "marvinpinto/action-automatic-releases@latest"
35+
uses: "marvinpinto/action-automatic-releases@latest"
3636
with:
3737
repo_token: "${{ secrets.GITHUB_TOKEN }}"
3838
prerelease: false
3939
files: |
4040
LICENSE.txt
41-
*.jar
41+
buildfiles/*.jar

0 commit comments

Comments
 (0)