github/workflows: fix reproduce-schedule (#6127)

This commit is contained in:
sh
2025-07-29 12:02:24 +00:00
committed by GitHub
parent bf75c071fc
commit 9b3c2e6b9d

View File

@@ -33,7 +33,7 @@ jobs:
user: ${{ secrets.STATUS_SIMPLEX_WEBHOOK_USER }}
pass: ${{ secrets.STATUS_SIMPLEX_WEBHOOK_PASS }}
run: |
if [ -f "${GITHUB_WORKSPACE}/$TAG/_sha256sums" ]; then
if [ -f "${GITHUB_WORKSPACE}/${TAG}-simplex-chat/_sha256sums" ]; then
exit 0
else
curl --proto '=https' --tlsv1.2 -sSf \