Update rust workflow
This commit is contained in:
parent
cd50782f33
commit
3353fc8154
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Build binary
|
- name: Build binary
|
||||||
run: cargo build --release
|
run: cargo build --release
|
||||||
|
- name: Test location
|
||||||
|
run: ls /workspace/musselman/version_name_generator/target/release
|
||||||
- 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