diff --git a/.github/workflows/dep_iocipher_jni.yml b/.github/workflows/dep_iocipher_jni.yml index 5b6bda49..62934402 100644 --- a/.github/workflows/dep_iocipher_jni.yml +++ b/.github/workflows/dep_iocipher_jni.yml @@ -31,7 +31,7 @@ jobs: - name: check if jni update or witness checksums only id: titletext_str run: | - (git status 2>/dev/null|grep '^\+' 2>/dev/null|grep 'com.github.zoff99:pkgs_guardianprojectIOCipher' 2>/dev/null && echo "jni version update" && release_tag=$(cat output.txt|grep '__VERSIONUPDATE__'|cut -d':' -f2) && echo "titletext=update iocipher JNI to $release_tag" >> $GITHUB_OUTPUT) || \ + (git status 2>/dev/null|grep '^\+' 2>/dev/null|grep -e 'implementation' -e 'com.github.zoff99:pkgs_guardianprojectIOCipher' 2>/dev/null && echo "jni version update" && release_tag=$(cat output.txt|grep '__VERSIONUPDATE__'|cut -d':' -f2) && echo "titletext=update iocipher JNI to $release_tag" >> $GITHUB_OUTPUT) || \ (echo "gradle witness checksums update";echo "titletext=update gradle witness checksums 2" >> $GITHUB_OUTPUT;echo "release_tag=" >> $GITHUB_OUTPUT) - name: cleanup