Skip to content

Commit b7494b0

Browse files
committed
build: fix sign key line feed issue
1 parent 3a2c7ea commit b7494b0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ jobs:
3333
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3434
# SIGN_KEY: ${{ secrets.SIGN_KEY }}
3535
# SIGN_PWD: ${{ secrets.SIGN_PWD }}
36-
ORG_GRADLE_PROJECT_signKey: ${{ secrets.SIGN_KEY }}
36+
ORG_GRADLE_PROJECT_signKey: |
37+
${{ secrets.SIGN_KEY }}
3738
ORG_GRADLE_PROJECT_signPwd: ${{ secrets.SIGN_PWD }}
3839
PUBLISH_USER: ${{ secrets.PUBLISH_USER }}
3940
PUBLISH_KEY: ${{ secrets.PUBLISH_KEY }}

0 commit comments

Comments
 (0)