This commit is contained in:
2024-10-25 17:32:52 +08:00
parent 64c4fd04b1
commit 7994861348
1 file changed
+2 -4
+1 -3
View File
@@ -22,9 +22,7 @@ jobs:
- name: Make Gradle wrapper executable
run: chmod +x ./gradlew
- name: Build
run: ./gradlew build
- name: Deploy Bot to MCSM
run: ./gradlew deployBot
run: ./gradlew build deployBot clean
env:
MCSM_API_KEY: ${{ secrets.MCSM_API_KEY }}
MCSM_API_URL: ${{ secrets.MCSM_API_URL }}