Update rust workflow
This commit is contained in:
parent
10d78570de
commit
080a5b2867
1 changed files with 2 additions and 1 deletions
|
@ -16,4 +16,5 @@ jobs:
|
||||||
uses: earl-warren/action-gh-release@v1
|
uses: earl-warren/action-gh-release@v1
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
with:
|
with:
|
||||||
files: *version_name_generator*
|
files: |
|
||||||
|
version_name_generator
|
||||||
|
|
Loading…
Reference in a new issue