feat: Update deployment scripts for system and desktop containers; adjust paths and configurations
Some checks failed
GBCI / build (push) Failing after 9s
Some checks failed
GBCI / build (push) Failing after 9s
This commit is contained in:
parent
5d31d7fd36
commit
a0a84d8e91
1 changed files with 3 additions and 1 deletions
|
@ -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: |
|
||||
|
|
Loading…
Add table
Reference in a new issue