feat: Update node.yaml workflow for improved build and deployment process
Some checks failed
GBCI / build (push) Failing after 8s
Some checks failed
GBCI / build (push) Failing after 8s
This commit is contained in:
parent
a0a84d8e91
commit
26adc27a80
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ jobs:
|
|||
|
||||
- name: Run build
|
||||
run: |
|
||||
export PATH=\"\$HOME/.cargo/bin:\$PATH\"
|
||||
echo "$HOME/.cargo/bin" >> $GITHUB_PATH # Forgejo uses same syntax as GitHub Actions
|
||||
cargo build --workspace --release --locked
|
||||
|
||||
- name: Deploy binary
|
||||
|
|
Loading…
Add table
Reference in a new issue