Skip to content

Commit

Permalink
modify build actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecarr committed Dec 8, 2024
1 parent 8a364f7 commit fcf926b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
run: |
echo "Adding custom release notes"
CUSTOM_NOTES=$(printf "To deploy on Radxa, transfer %s to Radxa using SCP:\n\`\`\`\nscp %s root@radxa:/tmp/\n\`\`\`\nThen run \`\`\`deploy_improver.sh\`\`\` on Radxa" "$DEPLOY_ZIP" "$DEPLOY_ZIP")
echo -e "$CUSTOM_NOTES\n\n${{ env.RELEASE_NOTES }}" > RELEASE_BODY.md
echo -e "$CUSTOM_NOTES\n\n$(cat RELEASE_NOTES.md)" > RELEASE_BODY.md
- name: List packaged files
run: ls -lh *.tar.gz *.zip
Expand Down

0 comments on commit fcf926b

Please sign in to comment.