print sha of built artifacts

This commit is contained in:
Alexander Drozdov
2020-03-31 21:01:37 +03:00
parent e7ff8ff94f
commit a9dc8dd63d
+4
View File
@@ -14,6 +14,8 @@ jobs:
- run: yarn electron:publish
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Hash
run: type .\dist_electron\latest.yml
linux:
runs-on: ubuntu-18.04
@@ -29,6 +31,8 @@ jobs:
- run: yarn electron:publish
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Hash
run: cat ./dist_electron/latest-linux.yml
# darwin:
# runs-on: macos-10.15