Update rust workflow
This commit is contained in:
parent
080a5b2867
commit
860a35692c
1 changed files with 2 additions and 1 deletions
|
@ -16,5 +16,6 @@ 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:
|
||||||
|
fail_on_unmatched_files: true
|
||||||
files: |
|
files: |
|
||||||
version_name_generator
|
${{github.workspace}}/target/build/version_name_generator
|
||||||
|
|
Loading…
Reference in a new issue