Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit 61f88e4

Browse files
authored
fix wrong update script url (#98)
1 parent bd373b7 commit 61f88e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/latestRelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ jobs:
4040
-
4141
name: Trigger update on server
4242
run: |
43-
curl -u ${{ secrets.LOG_CREDS }} https://logs.filefighter.de/filefighter-update.log
43+
curl -u ${{ secrets.LOG_CREDS }} https://logs.filefighter.de/filefighter-update-script.log
4444

0 commit comments

Comments
 (0)