We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8991983 commit e7055ccCopy full SHA for e7055cc
.github/workflows/release.yml
@@ -22,6 +22,9 @@ jobs:
22
run: echo "TAG=${GITHUB_REF:10}" >> $GITHUB_ENV
23
- name: Grant execute permission for gradlew
24
run: chmod +x gradlew
25
+ - name: Setup Submodules
26
+
27
+ uses: snickerbockers/submodules-init@v4
28
- name: Build Jar with Gradle
29
id: publish_release_assets
30
run: ./gradlew :build -Pbot_version=${{ env.TAG }}
@@ -37,4 +40,4 @@ jobs:
37
40
with:
38
41
release-tag: ${{ env.TAG }}
39
42
repo-token: ${{ github.token }}
- files: 'build/libs/**.jar'
43
+ files: 'build/libs/*[-all].jar'
0 commit comments