Update rust workflow
This commit is contained in:
parent
3353fc8154
commit
b36a6f6be0
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
- name: Build binary
|
||||
run: cargo build --release
|
||||
- name: Test location
|
||||
run: ls /workspace/musselman/version_name_generator/target/release
|
||||
- name: Change directory to build directory
|
||||
run: cd /workspace/musselman/version_name_generator/target/release
|
||||
- name: Publish binary
|
||||
uses: earl-warren/action-gh-release@v1
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
|
|
Loading…
Reference in a new issue