mirror of https://gitlab.com/pamhyr/pamhyr2
ci: Minor change to fix sha256 path.
parent
f3500c7f24
commit
b2f41f88c9
|
|
@ -458,9 +458,12 @@ pkg-hash:
|
|||
rules:
|
||||
- if: $CI_COMMIT_BRANCH == 'ci-test' || $CI_COMMIT_TAG
|
||||
script:
|
||||
- sha256sum -b windows/pamhyr-windows.exe > windows/pamhyr-windows.exe.sha256
|
||||
- sha256sum -b windows/pamhyr-windows.zip > windows/pamhyr-windows.zip.sha256
|
||||
- sha256sum -b linux/pamhyr-gnulinux.tar.xz > linux/pamhyr-gnulinux.tar.xz.sha256
|
||||
- cd windows
|
||||
- sha256sum -b pamhyr-windows.exe > pamhyr-windows.exe.sha256
|
||||
- sha256sum -b pamhyr-windows.zip > pamhyr-windows.zip.sha256
|
||||
- cd ..
|
||||
- cd linux
|
||||
- sha256sum -b pamhyr-gnulinux.tar.xz > pamhyr-gnulinux.tar.xz.sha256
|
||||
artifacts:
|
||||
paths:
|
||||
- windows/pamhyr-windows.exe.sha256
|
||||
|
|
|
|||
Loading…
Reference in New Issue