diff options
| author | Loyalsoldier <[email protected]> | 2024-08-06 09:27:47 +0800 |
|---|---|---|
| committer | Loyalsoldier <[email protected]> | 2024-08-06 09:27:47 +0800 |
| commit | 9c73bdbdbf4e3266e418edc23fb68adb609bfa2a (patch) | |
| tree | d1b1760428f24d8e214bc79793b558acc5664370 /.github/workflows | |
| parent | ee2fd80a8ff2094c89a890857e0b7f285dff8f86 (diff) | |
Release: nginx allow & deny rules
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f66eb76e..7ba6ab3d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -110,7 +110,7 @@ jobs: done - name: Remove some files to avoid publishing to GitHub release - run: rm -rf ./output/*.{gz,zip} ./output/{clash,dat,srs,surge,text} + run: rm -rf ./output/*.{gz,zip} ./output/{clash,dat,nginx,srs,surge,text} - name: Upload files to GitHub release uses: svenstaro/upload-release-action@v2 |
