Skip to content

Commit 3c088d2

Browse files
committed
ops: auto create release
1 parent 681d5ea commit 3c088d2

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,9 @@ jobs:
5252
run: ${{ matrix.settings.build }}
5353

5454
- name: Upload artifact
55-
uses: actions/upload-artifact@v2
55+
uses: svenstaro/upload-release-action@v2
5656
with:
57-
name: mproxy-${{ matrix.settings.target }}
58-
path: release/*
59-
if-no-files-found: error
57+
asset_name: mproxy-${{ matrix.settings.target }}
58+
file: release/mproxy-${{ matrix.settings.target }}
59+
tag: ${{ github.ref }}
60+
repo_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)