Skip to content

Commit 143706f

Browse files
ChaseDRedmonclaude
andcommitted
Fix release workflow binary path and bump action versions
Update checkout to v6 and setup-dotnet to v5. Fix the release artifact path to match the AssemblyName casing (Scufpad, not scufpad). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 43a0868 commit 143706f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v6
1717
with:
1818
fetch-depth: 0
1919

@@ -32,7 +32,7 @@ jobs:
3232
echo "Next version: $next"
3333
3434
- name: Setup .NET
35-
uses: actions/setup-dotnet@v4
35+
uses: actions/setup-dotnet@v5
3636
with:
3737
dotnet-version: '10.0.x'
3838
dotnet-quality: 'preview'
@@ -46,4 +46,4 @@ jobs:
4646
tag_name: ${{ steps.version.outputs.tag }}
4747
name: Scufpad ${{ steps.version.outputs.tag }}
4848
generate_release_notes: true
49-
files: publish/scufpad
49+
files: publish/Scufpad

0 commit comments

Comments
 (0)