Skip to content

Commit

Permalink
Update ci-windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rdw-software committed Oct 20, 2024
1 parent c474f64 commit 67a8182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,12 +207,12 @@ jobs:
- name: Generate build summary
run: |
echo "## Build Stats" >> $GITHUB_STEP_SUMMARY
BUILD_TIME=$(($(date +%s) - ${{ github.event.workflow_run.created_at }}))
echo "**Build Time:** ${BUILD_TIME} seconds" >> $GITHUB_STEP_SUMMARY
echo "**Build Date:** $(date)" >> $GITHUB_STEP_SUMMARY
echo "**Branch:** ${{ github.ref }}" >> $GITHUB_STEP_SUMMARY
echo "## Changelog\n\n" >> $GITHUB_STEP_SUMMARY
cat CHANGELOG.MD >> $GITHUB_STEP_SUMMARY
BUILD_TIME=$(($(date +%s) - ${{ github.event.workflow_run.created_at }}))
# TODO publish artifacts (changelog/build summary/logs?)

Expand Down

0 comments on commit 67a8182

Please sign in to comment.