Update rust workflow
This commit is contained in:
parent
4924e7ece4
commit
7c958ce0bc
1 changed files with 7 additions and 0 deletions
|
@ -12,6 +12,13 @@ jobs:
|
|||
run: cargo build --release
|
||||
- name: Change directory to build directory
|
||||
run: cd /workspace/musselman/version_name_generator/target/release && ls
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: version_name_generator
|
||||
path: version_name_generator
|
||||
- uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: version_name_generator
|
||||
- name: Publish binary
|
||||
uses: earl-warren/action-gh-release@v1
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
|
|
Loading…
Reference in a new issue