Update rust workflow
This commit is contained in:
parent
b36a6f6be0
commit
2dd884c419
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ jobs:
|
||||||
- name: Build binary
|
- name: Build binary
|
||||||
run: cargo build --release
|
run: cargo build --release
|
||||||
- name: Change directory to build directory
|
- name: Change directory to build directory
|
||||||
run: cd /workspace/musselman/version_name_generator/target/release
|
run: cd /workspace/musselman/version_name_generator/target/release && ls
|
||||||
- name: Publish binary
|
- name: Publish binary
|
||||||
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/')
|
||||||
|
|
Loading…
Reference in a new issue