Skip to content

Commit 5e4c320

Browse files
Merge pull request #17 from TimeWarpEngineering/Cramer/2025-07-31/filename-rule
Fix NuGet push wildcard pattern
2 parents 2026218 + b889531 commit 5e4c320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
- name: 🚀 Publish to NuGet.org (Releases only)
9191
if: github.event_name == 'release'
9292
run: |
93-
dotnet nuget push source/timewarp-source-generators/bin/Release/TimeWarp.SourceGenerators.*.nupkg `
93+
dotnet nuget push source/timewarp-source-generators/bin/Release/*.nupkg `
9494
--api-key ${{ secrets.PUBLISH_TO_NUGET_ORG }} `
9595
--source https://api.nuget.org/v3/index.json `
9696
--skip-duplicate

0 commit comments

Comments
 (0)