summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorLoyalsoldier <[email protected]>2024-08-11 12:00:03 +0800
committerLoyalsoldier <[email protected]>2024-08-11 12:01:29 +0800
commit73132aa95ceef272e349abeb59607d3b388fd6e5 (patch)
treeda302043e81570f7590651316c27a197ec5bb283 /.github/workflows
parentc2db35721738e91189cfb8a26fb3e97bcceb000d (diff)
Release: mihomo mrs files
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index c7511f7b..283ed6d0 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -101,7 +101,7 @@ jobs:
done
- name: Remove some files to avoid publishing to GitHub release
- run: rm -rf ./output/*.{gz,zip} ./output/{clash,dat,nginx,srs,surge,text}
+ run: rm -rf ./output/*.{gz,zip} ./output/{clash,dat,mrs,nginx,srs,surge,text}
- name: Upload files to GitHub release
uses: svenstaro/upload-release-action@v2