Skip to content
This repository was archived by the owner on Jul 23, 2024. It is now read-only.

Commit 36b0e26

Browse files
authored
Update release.yml
1 parent 1741dbc commit 36b0e26

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
name: Gradle build
1+
name: Releases
22

33
on:
44
push:
55
branches:
6-
- master
76
- main
87
pull_request:
98
branches:
10-
- master
119
- main
1210

1311
jobs:
@@ -29,4 +27,9 @@ jobs:
2927
uses: actions/upload-artifact@v1
3028
with:
3129
name: Artifacts
32-
path: build/libs/
30+
path: build/libs/
31+
- uses: ncipollo/release-action@v1
32+
with:
33+
artifacts: "build/libs/*.jar"
34+
token: ${{ secrets.GITHUB_TOKEN }}
35+
draft: true

0 commit comments

Comments
 (0)