Skip to content

Commit d169e06

Browse files
authored
Update gradle.yml
1 parent 582d8fc commit d169e06

1 file changed

Lines changed: 11 additions & 5 deletions

File tree

.github/workflows/gradle.yml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,14 @@ jobs:
2222
USERNAME: ${{secrets.USERNAME}}
2323
TOKEN: ${{secrets.TOKEN}}
2424
RELEASE_VERSION: ${{github.run_number}}
25-
- name: Upload artifacts
26-
uses: actions/upload-artifact@v3
27-
with:
28-
name: build-artifacts
29-
path: build/libs/DiscordBot.jar
25+
26+
27+
create-release:
28+
runs-on: ubuntu-latest
29+
permissions:
30+
contents: write
31+
steps:
32+
- uses: actions/checkout@v2
33+
- uses: ncipollo/release-action@v1
34+
with:
35+
artifacts: "./build/libs/DiscordBot.jar"

0 commit comments

Comments
 (0)