We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 681d5ea commit 3c088d2Copy full SHA for 3c088d2
.github/workflows/ci.yml
@@ -52,8 +52,9 @@ jobs:
52
run: ${{ matrix.settings.build }}
53
54
- name: Upload artifact
55
- uses: actions/upload-artifact@v2
+ uses: svenstaro/upload-release-action@v2
56
with:
57
- name: mproxy-${{ matrix.settings.target }}
58
- path: release/*
59
- if-no-files-found: error
+ asset_name: mproxy-${{ matrix.settings.target }}
+ file: release/mproxy-${{ matrix.settings.target }}
+ tag: ${{ github.ref }}
60
+ repo_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments