Skip to content

Commit 40cf345

Browse files
authored
fix: update CI/CD workflow for Android project
1 parent b858a9a commit 40cf345

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/.github-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ jobs:
363363
echo "🔄 尝试使用 curl 上传..."
364364
365365
# 创建临时 pom.xml
366-
cat > /tmp/temp.pom <<EOF
366+
cat > /tmp/temp.pom << 'EOF'
367367
<?xml version="1.0" encoding="UTF-8"?>
368368
<project xmlns="http://maven.apache.org/POM/4.0.0"
369369
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -442,3 +442,4 @@ jobs:
442442
# 可以根据需要替换为实际的部署步骤,例如上传到服务器或云平台等
443443
444444
445+

0 commit comments

Comments
 (0)