Skip to content

Commit 42927e7

Browse files
committed
fix cicd 2
1 parent 893267a commit 42927e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ jobs:
5555
uses: svenstaro/upload-release-action@v2
5656
with:
5757
asset_name: mproxy-${{ matrix.settings.target }}
58-
file: agent/release/mproxy-${{ matrix.settings.target }}
58+
file: release/mproxy
5959
tag: ${{ github.ref }}
6060
repo_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)