Skip to content

Commit 5532412

Browse files
authored
ci: fix repo url
1 parent 7c52613 commit 5532412

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/server.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
-H "Authorization: Bearer ${GITHUB_TOKEN}" \
6767
-H "X-GitHub-Api-Version: 2022-11-28" \
6868
-H "Content-Type: application/octet-stream" \
69-
"https://uploads.github.com/repos/coopryan/csf/releases/${RELEASE_ID}/assets?name=csf-server-linux" \
69+
"https://uploads.github.com/repos/solcloud/Counter-Strike/releases/${RELEASE_ID}/assets?name=csf-server-linux" \
7070
--data-binary "@server-linux-x86_64"
7171
7272
- name: "Publish macOS server executable"
@@ -81,7 +81,7 @@ jobs:
8181
-H "Authorization: Bearer ${GITHUB_TOKEN}" \
8282
-H "X-GitHub-Api-Version: 2022-11-28" \
8383
-H "Content-Type: application/octet-stream" \
84-
"https://uploads.github.com/repos/coopryan/csf/releases/${RELEASE_ID}/assets?name=csf-server-mac" \
84+
"https://uploads.github.com/repos/solcloud/Counter-Strike/releases/${RELEASE_ID}/assets?name=csf-server-mac" \
8585
--data-binary "@server-mac-x86_64"
8686
8787
- name: "Publish Windows server executable"
@@ -96,5 +96,5 @@ jobs:
9696
-H "Authorization: Bearer ${GITHUB_TOKEN}" \
9797
-H "X-GitHub-Api-Version: 2022-11-28" \
9898
-H "Content-Type: application/octet-stream" \
99-
"https://uploads.github.com/repos/coopryan/csf/releases/${RELEASE_ID}/assets?name=csf-server-windows.bat" \
99+
"https://uploads.github.com/repos/solcloud/Counter-Strike/releases/${RELEASE_ID}/assets?name=csf-server-windows.bat" \
100100
--data-binary "@server-windows-x86_64"

0 commit comments

Comments
 (0)