We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 893267a commit 42927e7Copy full SHA for 42927e7
.github/workflows/ci.yml
@@ -55,6 +55,6 @@ jobs:
55
uses: svenstaro/upload-release-action@v2
56
with:
57
asset_name: mproxy-${{ matrix.settings.target }}
58
- file: agent/release/mproxy-${{ matrix.settings.target }}
+ file: release/mproxy
59
tag: ${{ github.ref }}
60
repo_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments