We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41a2c85 commit 0b533d7Copy full SHA for 0b533d7
1 file changed
.github/workflows/CI.yml
@@ -45,8 +45,9 @@ jobs:
45
chmod +x ${{ github.workspace }}/build_in_docker.sh
46
${{ github.workspace }}/build_in_docker.sh ${{ matrix.target.image }}
47
48
- - name: print sha256sum
+ - name: List items built and print sha256sum
49
run: |
50
+ ls -l ${{ github.workspace }}/output
51
cat ${{ github.workspace }}/output/sha256*
52
SHA256=$(cat ${{ github.workspace }}/output/sha256* | cut -d " " -f 1)
53
echo "sha256=${SHA256}" >> $GITHUB_ENV
0 commit comments