From 628d646a120c1bf0a2b2a9299780bf24a58acee0 Mon Sep 17 00:00:00 2001 From: heinu <118418714+heinu123@users.noreply.github.com> Date: Sat, 2 Dec 2023 14:33:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E8=BD=AC=E4=B9=89UrlEncode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/android.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index fb54787aa9..957bc4e951 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -78,7 +78,7 @@ jobs: cd ${{ github.workspace }}/git_clone text="$(git log ${{ github.event.before }}..${{ github.event.after }} --pretty=format:'%h %s')" fi - echo "commit=$(echo $text | gawk '{gsub(/[_*[\]()~`>#+=\|{}.!-]/,"\\\\\\\\&")}1' | sed -e 's|"|\\"|g' -e 's|^[0-9a-z]\+|__&__|' | hexdump -v -e '/1 "%02X"' | sed 's/\(..\)/%\1/g')" >> $GITHUB_ENV + echo "commit=$(echo $text | gawk '{gsub(/[_*[\]()~`>#+=\|{}.!-]/,"\\\\\\\\&")}1' | sed -e 's|"|\\"|g' -e 's|^[0-9a-z]\+|__&__|' | sed 's/\(..\)/%\1/g')" >> $GITHUB_ENV - name: Post to Canary Channel