Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
EchterAlsFake committed Jun 7, 2024
1 parent 6a0f78a commit 7712336
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build_cli_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,11 +151,18 @@ jobs:
echo "EOF" >> $GITHUB_ENV
env:
GITHUB_TOKEN: ${{ secrets.PAT }}
shell: bash

- name: Append new SHA512 hash to release body
id: append_release_body
run: |
echo "NEW_BODY=${CURRENT_BODY}\n- PornFetch_Linux_x64: ${{ env.sha512_linux_x64 }}\n- PornFetch_Linux_x32: ${{ env.sha512_linux_x32 }}" >> $GITHUB_ENV
NEW_BODY="${{ env.CURRENT_BODY }}\n- PornFetch_Linux_x64: ${{ env.sha512_linux_x64 }}\n- PornFetch_Linux_x32: ${{ env.sha512_linux_x32 }}"
echo "NEW_BODY<<EOF" >> $GITHUB_ENV
echo "$NEW_BODY" >> $GITHUB_ENV
echo "EOF" >> $GITHUB_ENV
env:
CURRENT_BODY: ${{ env.CURRENT_BODY }}
shell: bash

- name: Update GitHub release
run: |
Expand Down

0 comments on commit 7712336

Please sign in to comment.