Skip to content

Commit 4e93db7

Browse files
loekensgardclaude
andcommitted
fix: pack slnx instead of deleted sln in publish workflow
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent d6c2369 commit 4e93db7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
type=semver,pattern={{version}}
3939
4040
- name: Pack .NET project
41-
run: dotnet pack Intility.Logging.sln -o Intility.Logging/output --property:Version=${{ steps.meta.outputs.tags }}
41+
run: dotnet pack Intility.Logging.slnx -o Intility.Logging/output --property:Version=${{ steps.meta.outputs.tags }}
4242

4343
# Get a short-lived NuGet API key
4444
- name: NuGet login

0 commit comments

Comments
 (0)