Update rust.yml
This commit is contained in:
@@ -136,7 +136,7 @@ jobs:
|
|||||||
uses: svenstaro/upload-release-action@v2
|
uses: svenstaro/upload-release-action@v2
|
||||||
with:
|
with:
|
||||||
repo_token: ${{ secrets.YOURTOKEN }}
|
repo_token: ${{ secrets.YOURTOKEN }}
|
||||||
files: ./artifacts/*.tar.gz
|
file: ./artifacts/*.tar.gz
|
||||||
tag: ${{ github.ref }}
|
tag: ${{ github.ref }}
|
||||||
overwrite: true
|
overwrite: true
|
||||||
file_glob: true
|
file_glob: true
|
||||||
|
|||||||
Reference in New Issue
Block a user