5
.github/workflows/push_ci.yml
vendored
5
.github/workflows/push_ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user