feat: Update deployment scripts for system and desktop containers; adjust paths and configurations
Some checks failed
GBCI / build (push) Failing after 9s

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2025-06-19 20:31:14 -03:00
parent 5d31d7fd36
commit a0a84d8e91

View file

@ -17,7 +17,9 @@ jobs:
- uses: actions/checkout@v4
- name: Run build
run: cargo build --workspace --release --locked
run: |
export PATH=\"\$HOME/.cargo/bin:\$PATH\"
cargo build --workspace --release --locked
- name: Deploy binary
run: |