mirror of
https://github.com/ryanvolz/radioconda.git
synced 2025-08-01 13:02:41 -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 }}
|
OS_NAME: ${{ matrix.OS_NAME }}
|
||||||
ARCH: ${{ matrix.ARCH }}
|
ARCH: ${{ matrix.ARCH }}
|
||||||
run: |
|
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"
|
HASH_PATH="$INSTALLER_PATH.sha256"
|
||||||
sha256sum $INSTALLER_PATH > $HASH_PATH
|
sha256sum $INSTALLER_PATH > $HASH_PATH
|
||||||
echo $INSTALLER_PATH
|
|
||||||
cat $HASH_PATH
|
cat $HASH_PATH
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user