GITEA_PATH
Some checks failed
sdlan release push / build (push) Has been cancelled

This commit is contained in:
alex 2026-07-15 10:51:16 +08:00
parent 02188bb6ee
commit 8f7752018b

View File

@ -19,8 +19,8 @@ jobs:
working-directory: /usr/local/gitea-workflow/workspace/sdlan-lib-rs
run: |
flock -n build.lock -c '
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
echo "$HOME/tools/aarch64-linux-musl-cross/bin" >> $GITHUB_PATH
echo "$HOME/.cargo/bin" >> $GITEA_PATH
echo "$HOME/tools/aarch64-linux-musl-cross/bin" >> $GITEA_PATH
git pull
rm -rf /usr/local/gitea-workflow/workspace/sdlan-lib-rs/target/x86_64-unknown-linux-musl/debian/*.deb || true
rm -rf /usr/local/gitea-workflow/workspace/sdlan-lib-rs/target/aarch64-unknown-linux-musl/debian/*.deb || true