From baa02bf37725c2be8ca6ec8534170172c84583d9 Mon Sep 17 00:00:00 2001 From: Filip Hrisafov Date: Sat, 11 May 2024 09:32:27 +0200 Subject: [PATCH] #3602 Fix path for update-website.sh scrip in release workflow --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6dfd75a6f..493fd2ad0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -109,5 +109,5 @@ jobs: VERSION: ${{ github.event.inputs.version }} GH_BOT_EMAIL: ${{ vars.GH_BOT_EMAIL }} run: | - chmod +x update-website.sh - ./update-website.sh + chmod +x tmp/update-website.sh + tmp/update-website.sh