Karan Gauswami
9 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
.github/workflows/publish.yml
|
|
@ -45,7 +45,7 @@ jobs: |
|
|
|
- name: Upload binaries to release |
|
|
|
uses: svenstaro/upload-release-action@v1-release |
|
|
|
with: |
|
|
|
repo_token: ${{ secrets.GITHUB_TOKEN }} |
|
|
|
repo_token: ${{ secrets.TOKEN_FOR_RELEASE }} |
|
|
|
file: target/release/${{ matrix.artifact_name }} |
|
|
|
asset_name: ${{ matrix.asset_name }} |
|
|
|
tag: ${{ github.ref }} |
|
|
|