Commit 748b1f74 authored by Him188's avatar Him188

Update workflow

parent 8325b7d4
...@@ -25,11 +25,11 @@ jobs: ...@@ -25,11 +25,11 @@ jobs:
- name: Gradle clean - name: Gradle clean
run: ./gradlew clean run: ./gradlew clean
- name: Gradle build - name: Gradle build
run: ./gradlew build run: ./gradlew build
- name: Gradle :mirai-core:githubUpload - name: Gradle :mirai-core:githubUpload
run: ./gradlew :mirai-core:githubUpload -Dgithub_token=${{ secrets.MAMOE_TOKEN }} run: ./gradlew :mirai-core:githubUpload -Dgithub_token=${{ secrets.MAMOE_TOKEN }}
- name: Gradle :mirai-core-qqandroid:githubUpload - name: Gradle :mirai-core-qqandroid:githubUpload
run: ./gradlew :mirai-core-qqandroid:githubUpload -Dgithub_token=${{ secrets.MAMOE_TOKEN }} run: ./gradlew :mirai-core-qqandroid:githubUpload -Dgithub_token=${{ secrets.MAMOE_TOKEN }}
# - name: Upload artifact # - name: Upload artifact
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment