mirror of
https://github.com/ryanvolz/radioconda.git
synced 2025-07-30 20:12:27 -04:00
Calculate sha256 hash from same directory as the installers.
This commit is contained in:
parent
febfaa64a9
commit
6d95ac6446
4
.github/workflows/build_radioconda.yml
vendored
4
.github/workflows/build_radioconda.yml
vendored
@ -113,10 +113,10 @@ jobs:
|
||||
OS_NAME: ${{ matrix.OS_NAME }}
|
||||
ARCH: ${{ matrix.ARCH }}
|
||||
run: |
|
||||
for INSTALLER_PATH in dist/$DISTNAME-*-$OS_NAME-$ARCH.*; do
|
||||
cd dist
|
||||
for INSTALLER_PATH in $DISTNAME-*-$OS_NAME-$ARCH.*; do
|
||||
HASH_PATH="$INSTALLER_PATH.sha256"
|
||||
sha256sum $INSTALLER_PATH > $HASH_PATH
|
||||
echo $INSTALLER_PATH
|
||||
cat $HASH_PATH
|
||||
done
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user