File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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"
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"
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"
You can’t perform that action at this time.
0 commit comments