Skip to content

Commit 893267a

Browse files
committed
cicd: fix ci.yml
1 parent 7c4ff58 commit 893267a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: CI
22
on:
3-
# push:
4-
# tags:
5-
# - '*'
3+
push:
4+
tags:
5+
- '*'
66
workflow_dispatch:
77
jobs:
88
build_bin:
@@ -55,6 +55,6 @@ jobs:
5555
uses: svenstaro/upload-release-action@v2
5656
with:
5757
asset_name: mproxy-${{ matrix.settings.target }}
58-
file: release/mproxy-${{ matrix.settings.target }}
58+
file: agent/release/mproxy-${{ matrix.settings.target }}
5959
tag: ${{ github.ref }}
6060
repo_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)