Skip to content

Commit 9ab071d

Browse files
authored
ci: fix reproduce-schedule (#1594)
1 parent f4c09ac commit 9ab071d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reproduce-schedule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
user: ${{ secrets.STATUS_SIMPLEX_WEBHOOK_USER }}
3434
pass: ${{ secrets.STATUS_SIMPLEX_WEBHOOK_PASS }}
3535
run: |
36-
if [ -f "${GITHUB_WORKSPACE}/$TAG/_sha256sums" ]; then
36+
if [ -f "${GITHUB_WORKSPACE}/${TAG}-simplexmq/_sha256sums" ]; then
3737
exit 0
3838
else
3939
curl --proto '=https' --tlsv1.2 -sSf \

0 commit comments

Comments
 (0)