Skip to content

Commit

Permalink
build-release.yml: Show how this was built with the exact commands. (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
adriangibanelbtactic committed Mar 18, 2024
1 parent 83f5e5f commit 29d2295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Get zimbra-builder.sh commands
id: zimbra-builder
run: |
echo "commands=$(cat ${{ github.workspace }}/BUILDS/zimbra-builder-commands.txt)" >> $GITHUB_OUTPUT
echo "commands<<EOF"$'\n'"$(cat ${{ github.workspace }}/BUILDS/zimbra-builder-commands.txt)"$'\n'EOF >> $GITHUB_OUTPUT
- name: Generate checksums
run: |
cd ${{ steps.tgz-release.outputs.directory }}
Expand Down

0 comments on commit 29d2295

Please sign in to comment.