Skip to content

Commit 03189fa

Browse files
committed
Create a summary for release workflow
1 parent 91dac7f commit 03189fa

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
build_release:
13-
name: NIF ${{ matrix.job.nif }} - ${{ matrix.job.target }} (${{ matrix.job.os }})
13+
name: NIF ${{ matrix.nif }} - ${{ matrix.job.target }} (${{ matrix.job.os }})
1414
runs-on: ${{ matrix.job.os }}
1515
strategy:
1616
fail-fast: false
@@ -62,6 +62,10 @@ jobs:
6262
name: ${{ steps.build-crate.outputs.file-name }}
6363
path: ${{ steps.build-crate.outputs.file-path }}
6464

65+
- name: Write SHA256 to the summary
66+
run: |
67+
echo "${{ steps.build-crate.outputs.file-sha256 }} ${{ steps.build-crate.outputs.file-name }}" >> $GITHUB_STEP_SUMMARY
68+
6569
- name: Publish archives and packages
6670
uses: softprops/action-gh-release@v1
6771
with:

0 commit comments

Comments
 (0)