Skip to content

Commit

Permalink
feat: t544_enc
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed Jun 11, 2023
1 parent 6d301be commit 0d59434
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,14 @@ jobs:

- name: Unzip Artifact
run: |
ls -l
mkdir -p src/main/resources/xyz/cssxsh/mirai/tool
unzip push-build-windows -d src/main/resources/xyz/cssxsh/mirai/tool
unzip push-build-linux -d src/main/resources/xyz/cssxsh/mirai/tool
unzip push-build-android -d src/main/resources/xyz/cssxsh/mirai/tool
unzip push-build-macos -d src/main/resources/xyz/cssxsh/mirai/tool
- name: chmod -R 777 *
run: chmod -R 777 *
- name: chmod -R 777 gradlew
run: chmod -R 777 gradlew

- name: BuildPlugin
run: ./gradlew buildPlugin
Expand Down

0 comments on commit 0d59434

Please sign in to comment.