ci: change lsp change log

Signed-off-by: qwq233 <qwq233@qwq2333.top>
This commit is contained in:
qwq233
2022-02-12 14:29:28 +08:00
parent 7a2e933ee6
commit 0d65ee5ddb

View File

@@ -123,7 +123,10 @@ jobs:
with:
path: artifacts
- name: Generate Changelog
run: echo "${{ github.sha }}" > ${{ github.workspace }}-CHANGELOG.txt
env:
COMMIT_MESSAGE: ${{ github.event.head_commit.message }}
COMMIT_URL: ${{ github.event.head_commit.url }}
run: echo "$(python3 -c 'import json,os,urllib.parse; msg = json.dumps(os.environ["COMMIT_MESSAGE"]); print(urllib.parse.quote(msg if len(msg) <= 1024 else json.dumps(os.environ["COMMIT_URL"])))')" > ${{ github.workspace }}-CHANGELOG.txt
- name: find apk
run: echo "APK_FILE=$(find ${{steps.download.outputs.download-path}} -name '*.apk')" >> $GITHUB_ENV
- name: Get Apk Info