diff --git a/.github/workflows/cacert-publish.yml b/.github/workflows/cacert-publish.yml index 70c14b49d..5469f3171 100644 --- a/.github/workflows/cacert-publish.yml +++ b/.github/workflows/cacert-publish.yml @@ -45,7 +45,7 @@ jobs: run: | FILE=$(ls ca-certificates/debian/build/ospackage/*.deb) echo "File to upload: ${FILE}" - FILE_EXITS=$(jf rt s --count=true "deb/pool/main/a/adoptium-ca-certificates/$(basename $FILE)") + FILE_EXISTS=$(jf rt s --count=true "deb/pool/main/a/adoptium-ca-certificates/$(basename $FILE)") if [[ "$FILE_EXITS" == "0" ]]; then echo file_exists=false >> "$GITHUB_OUTPUT" fi