Skip to content

Commit 035f6f9

Browse files
mikecovleeclaude
andcommitted
fix: use correct -nightly suffix in SDK download URL
The csbuild schedule tag releases have -nightly suffix on filenames. Without this fix the download returns 404. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 3a73ff9 commit 035f6f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: |
4343
OS="${{ steps.platform.outputs.os }}"
4444
ARCH="${{ steps.platform.outputs.arch }}"
45-
URL="https://github.com/covscript/csbuild/releases/download/${OS}-schedule/covscript-${OS}-${ARCH}.7z"
45+
URL="https://github.com/covscript/csbuild/releases/download/${OS}-schedule/covscript-${OS}-${ARCH}-nightly.7z"
4646
curl -fsSL "$URL" -o sdk.7z
4747
7z x sdk.7z -y
4848
mv build covscript-home

0 commit comments

Comments
 (0)