Skip to content

Commit

Permalink
Merge pull request #13 from Mooling0602/mdf
Browse files Browse the repository at this point in the history
Fix ci error
  • Loading branch information
Mooling0602 authored Nov 22, 2024
2 parents 27243e3 + e42cbb9 commit 0b050bd
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,10 @@ jobs:
- name: 检查构建
run: |
ls
tree "subpacks(rolling)"
- name: 移动构建
run: |
find subpacks\(rolling\) -type f -name 'MSync.*.mcdr' -exec mv {} . \;
- name: 上传插件
uses: actions/upload-artifact@v3
with:
name: plugin
path: |
MatrixSync-*.mcdr
MSync.*.mcdr
MatrixSync-*.mcdr

0 comments on commit 0b050bd

Please sign in to comment.