Skip to content

Commit 25fdae8

Browse files
committed
CHORE: Add nuget packages to release
1 parent 9cb365c commit 25fdae8

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,14 @@ jobs:
5353
name: packages
5454
path: ./nupkg
5555

56+
- name: 📎 Add packages to release
57+
uses: softprops/action-gh-release@v2
58+
if: github.event_name == 'release'
59+
with:
60+
files: |
61+
./nupkg/*.nupkg
62+
./nupkg/*.snupkg
63+
5664
- name: 🚀 Publish to NuGet
5765
shell: pwsh
5866
run: |

XrmPluginCore.slnx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,15 @@
77
<Folder Name="/Solution Files/">
88
<File Path=".config/dotnet-tools.json" />
99
<File Path=".editorconfig" />
10-
<File Path=".github/workflows/ci.yml" />
11-
<File Path=".github/workflows/release.yml" />
1210
<File Path="appsettings.json" />
1311
<File Path="CLAUDE.md" />
1412
<File Path="Directory.Build.props" />
1513
<File Path="Directory.Build.targets" />
1614
</Folder>
15+
<Folder Name="/Solution Files/Github/">
16+
<File Path=".github/workflows/ci.yml" />
17+
<File Path=".github/workflows/release.yml" />
18+
</Folder>
1719
<Folder Name="/Solution Files/Scripts/">
1820
<File Path="scripts/Pack-Local.ps1" />
1921
<File Path="scripts/Set-VersionFromChangelog.ps1" />

0 commit comments

Comments
 (0)