diff options
| author | Loyalsoldier <[email protected]> | 2024-08-11 12:00:03 +0800 |
|---|---|---|
| committer | Loyalsoldier <[email protected]> | 2024-08-11 12:01:29 +0800 |
| commit | 73132aa95ceef272e349abeb59607d3b388fd6e5 (patch) | |
| tree | da302043e81570f7590651316c27a197ec5bb283 | |
| parent | c2db35721738e91189cfb8a26fb3e97bcceb000d (diff) | |
Release: mihomo mrs files
| -rw-r--r-- | .github/workflows/build.yml | 2 | ||||
| -rw-r--r-- | config.json | 4 |
2 files changed, 5 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 diff --git a/config.json b/config.json index 3a17cf4d..adf1cc3b 100644 --- a/config.json +++ b/config.json @@ -275,6 +275,10 @@ "action": "output" }, { + "type": "mihomoMRS", + "action": "output" + }, + { "type": "text", "action": "output" }, |
