mirror of
https://github.com/unraid/api.git
synced 2026-05-12 10:40:09 -05:00
feat: nghttp3 sha256 missing
This commit is contained in:
@@ -205,6 +205,7 @@ jobs:
|
||||
export NODEJS_FILENAME=${{ steps.download-nodejs.outputs.NODEJS_FILENAME }}
|
||||
export NODEJS_SHA256=${{ steps.download-nodejs.outputs.NODEJS_SHA256 }}
|
||||
export NGHTTP3_FILENAME=${{ steps.download-nghttp3.outputs.NGHTTP3_FILENAME }}
|
||||
export NGHTTP3_SHA256=${{ steps.download-nghttp3.outputs.NGHTTP3_SHA256 }}
|
||||
if [ -z "${API_VERSION}" ] ||
|
||||
[ -z "${API_MD5}" ] ||
|
||||
[ -z "${API_SHA256}" ] ||
|
||||
|
||||
Reference in New Issue
Block a user