Update rust workflow
This commit is contained in:
parent
09dc699875
commit
d0fa9f12d2
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ jobs:
|
|||
- name: Build binary
|
||||
run: cargo build --release
|
||||
- name: Publish binary
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: version_name_generator
|
||||
path: ./target/release/version_name_generator
|
||||
path: artifacts/version_name_generator
|
||||
|
|
Loading…
Reference in a new issue