mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-18 14:49:18 +00:00
- release.yml: remove `trap EXIT` inside the Configure step; it deleted
${RUNNER_TEMP}/.ossutilconfig as soon as the configure shell exited,
so every subsequent step (publish/sync/verify) lost the credentials.
Move credential cleanup to a final `if: always()` step at the job tail.
- install-qwen-standalone.sh: drop the predictable PID-based mktemp -d
fallback in race_mirror_head; if mktemp fails, return "github" instead
of using /tmp/qwen-mirror.$$ which a local attacker could pre-create
to bias mirror selection.
|
||
|---|---|---|
| .. | ||
| install-qwen-standalone.bat | ||
| install-qwen-standalone.ps1 | ||
| install-qwen-standalone.sh | ||
| install-qwen-with-source.bat | ||
| install-qwen-with-source.sh | ||
| INSTALLATION_GUIDE.md | ||
| uninstall-qwen-standalone.ps1 | ||
| uninstall-qwen-standalone.sh | ||