Skip to content

Commit 0b533d7

Browse files
authored
Rename CI step to clarify its purpose
1 parent 41a2c85 commit 0b533d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,9 @@ jobs:
4545
chmod +x ${{ github.workspace }}/build_in_docker.sh
4646
${{ github.workspace }}/build_in_docker.sh ${{ matrix.target.image }}
4747
48-
- name: print sha256sum
48+
- name: List items built and print sha256sum
4949
run: |
50+
ls -l ${{ github.workspace }}/output
5051
cat ${{ github.workspace }}/output/sha256*
5152
SHA256=$(cat ${{ github.workspace }}/output/sha256* | cut -d " " -f 1)
5253
echo "sha256=${SHA256}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)