Skip to content

Commit e7055cc

Browse files
authored
Update release script
1 parent 8991983 commit e7055cc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
run: echo "TAG=${GITHUB_REF:10}" >> $GITHUB_ENV
2323
- name: Grant execute permission for gradlew
2424
run: chmod +x gradlew
25+
- name: Setup Submodules
26+
27+
uses: snickerbockers/submodules-init@v4
2528
- name: Build Jar with Gradle
2629
id: publish_release_assets
2730
run: ./gradlew :build -Pbot_version=${{ env.TAG }}
@@ -37,4 +40,4 @@ jobs:
3740
with:
3841
release-tag: ${{ env.TAG }}
3942
repo-token: ${{ github.token }}
40-
files: 'build/libs/**.jar'
43+
files: 'build/libs/*[-all].jar'

0 commit comments

Comments
 (0)