feat: Update node.yaml workflow for improved build and deployment process
Some checks failed
GBCI / build (push) Failing after 8s

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2025-06-19 20:36:43 -03:00
parent a0a84d8e91
commit 26adc27a80

View file

@ -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