Skip to content

Commit

Permalink
Merge pull request #125 from StarHeartHunt/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
yyuueexxiinngg authored Jan 13, 2021
2 parents 29dab5e + 342547d commit 75a84ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ jobs:
gradle wrapper
bash gradlew shadow
- name: Upload articact
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
name: onebot-mirai
path: onebot-mirai/build/libs/onebot-mirai-*-all.jar

- name: Upload articact
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
name: onebot-kotlin
path: onebot-kotlin/build/libs/onebot-kotlin-*-all.jar
path: onebot-kotlin/build/libs/onebot-kotlin-*-all.jar

0 comments on commit 75a84ee

Please sign in to comment.