Skip to content

Commit

Permalink
Create a summary for release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
philss committed Jun 16, 2023
1 parent 91dac7f commit 03189fa
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
build_release:
name: NIF ${{ matrix.job.nif }} - ${{ matrix.job.target }} (${{ matrix.job.os }})
name: NIF ${{ matrix.nif }} - ${{ matrix.job.target }} (${{ matrix.job.os }})
runs-on: ${{ matrix.job.os }}
strategy:
fail-fast: false
Expand Down Expand Up @@ -62,6 +62,10 @@ jobs:
name: ${{ steps.build-crate.outputs.file-name }}
path: ${{ steps.build-crate.outputs.file-path }}

- name: Write SHA256 to the summary
run: |
echo "${{ steps.build-crate.outputs.file-sha256 }} ${{ steps.build-crate.outputs.file-name }}" >> $GITHUB_STEP_SUMMARY
- name: Publish archives and packages
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 03189fa

Please sign in to comment.