mirror of
https://github.com/Kvan7/Exiled-Exchange-2.git
synced 2026-09-21 12:15:47 +00:00
print sha of built artifacts
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user