Commit 45f5e20
committed
fix(build): correct GitHub Packages download URL format
- Add missing package ID to GitHub Packages URL path
- Fix download URL generation for LocalStack packages on GitHub Packages
- URL format: https://github.com/owner/repo/packages/nuget/PackageId1 parent a825515 commit 45f5e20
File tree
2 files changed
+2
-1
lines changed- build/LocalStack.Build/CakeTasks/Nuget/Services
2 files changed
+2
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
193 | | - | |
| 193 | + | |
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments