mirror of
https://github.com/ryanvolz/radioconda.git
synced 2025-04-16 08:18:33 -04:00
Echo sha256 hash for CI logs and fix for macOS.
This commit is contained in:
parent
d2a71ef295
commit
febfaa64a9
6
.github/workflows/build_radioconda.yml
vendored
6
.github/workflows/build_radioconda.yml
vendored
@ -30,6 +30,10 @@ jobs:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Install coreutils for macOS
|
||||
if: runner.os == 'macOS'
|
||||
run: brew install coreutils
|
||||
|
||||
- name: Install python environment
|
||||
uses: mamba-org/provision-with-micromamba@main
|
||||
with:
|
||||
@ -112,6 +116,8 @@ jobs:
|
||||
for INSTALLER_PATH in dist/$DISTNAME-*-$OS_NAME-$ARCH.*; do
|
||||
HASH_PATH="$INSTALLER_PATH.sha256"
|
||||
sha256sum $INSTALLER_PATH > $HASH_PATH
|
||||
echo $INSTALLER_PATH
|
||||
cat $HASH_PATH
|
||||
done
|
||||
|
||||
- name: Upload to Github artifact
|
||||
|
Loading…
Reference in New Issue
Block a user