workflows: print hash for reproducible builds

This commit is contained in:
selsta 2020-11-26 10:34:19 +01:00
parent 96f9c11320
commit ef54a32de0
No known key found for this signature in database
GPG key ID: 2EA0A99A8B07AE5E

View file

@ -103,6 +103,8 @@ jobs:
run: docker build --tag monero:build-env-linux --build-arg THREADS=3 --file Dockerfile.linux .
- name: build
run: docker run --rm -v /home/runner/work/monero-gui/monero-gui:/monero-gui -w /monero-gui monero:build-env-linux sh -c 'make release-static -j3'
- name: sha256sum
run: shasum -a256 /home/runner/work/monero-gui/monero-gui/build/release/bin/monero-wallet-gui
- uses: actions/upload-artifact@v2
with:
name: ${{ github.job }}