From 6e624d3df5750e3b924ba9f99d74056a1e6aaf12 Mon Sep 17 00:00:00 2001 From: qvalentin Date: Wed, 14 Apr 2021 14:35:34 +0200 Subject: [PATCH] fix wrong update script url --- .github/workflows/latestRelease.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/latestRelease.yml b/.github/workflows/latestRelease.yml index 5170acfa..7311acab 100644 --- a/.github/workflows/latestRelease.yml +++ b/.github/workflows/latestRelease.yml @@ -40,5 +40,5 @@ jobs: - name: Trigger update on server run: | - curl -u ${{ secrets.LOG_CREDS }} https://logs.filefighter.de/filefighter-update.log + curl -u ${{ secrets.LOG_CREDS }} https://logs.filefighter.de/filefighter-update-script.log