Skip to content

Commit

Permalink
老子服了
Browse files Browse the repository at this point in the history
  • Loading branch information
duolabmeng6 committed Nov 4, 2023
1 parent 39356df commit e0ce28f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/发布软件.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
chmod 777 ./gitLogSum
./gitLogSum > updateLog.md
cat updateLog.md
newBody=$(cat updateLog.md | sed 's/\\/\\\\/g; s/"/\\"/g')
newBody=$(cat updateLog.md | base64)
echo "newBody=$newBody" >> $GITHUB_OUTPUT
- name: 检查是否 "发布"
run: |
echo "New Body: ${{ steps.jobs_v.outputs.newBody }}"
Expand Down

0 comments on commit e0ce28f

Please sign in to comment.