Skip to content

Commit af6e3ca

Browse files
committed
next attempt
1 parent b60e4a1 commit af6e3ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release_actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3737
with:
3838
upload_url: ${{ github.event.release.upload_url }}
39-
asset_path: ./build/libs/release-${{ github.event.release.tag_name }}.zip
39+
asset_path: build/libs/release-${{ github.event.release.tag_name }}.zip
4040
asset_name: release-${{ github.event.release.tag_name }}.zip
4141
asset_content_type: application/zip
4242
sendMessage:

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins{
77
id 'com.github.johnrengelman.shadow' version '5.2.0'
88
}
99

10-
def ver = new Version(major: 5, minor: 0, revision: 4)
10+
def ver = new Version(major: 5, minor: 0, revision: 5)
1111

1212
group = "org.botblock"
1313
version = "$ver"

0 commit comments

Comments
 (0)