#3602 Fix path for update-website.sh scrip in release workflow

This commit is contained in:
Filip Hrisafov 2024-05-11 09:32:27 +02:00
parent 8a679b325d
commit baa02bf377

View File

@ -109,5 +109,5 @@ jobs:
VERSION: ${{ github.event.inputs.version }} VERSION: ${{ github.event.inputs.version }}
GH_BOT_EMAIL: ${{ vars.GH_BOT_EMAIL }} GH_BOT_EMAIL: ${{ vars.GH_BOT_EMAIL }}
run: | run: |
chmod +x update-website.sh chmod +x tmp/update-website.sh
./update-website.sh tmp/update-website.sh