Skip to content

Commit fc18a59

Browse files
authored
Merge pull request #412 from NetSparkleUpdater/dependabot/github_actions/nitz/publish-nuget-60fd3adf9d9eecc3bbf8a98738734d3061347172
Bump nitz/publish-nuget from 13cf3a0ec3840b62a0fd20d559ab1e2a63b0d75a to 60fd3adf9d9eecc3bbf8a98738734d3061347172
2 parents 0256ed9 + db133da commit fc18a59

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/publish-nuget.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
run: dotnet build ${{ github.workspace }}/src/NetSparkle.Tools.DSAHelper/NetSparkle.Tools.DSAHelper.csproj --configuration Release
106106

107107
- name: Publish NetsparkleUpdater.NetSparkle on version change
108-
uses: nitz/publish-nuget@13cf3a0ec3840b62a0fd20d559ab1e2a63b0d75a
108+
uses: nitz/publish-nuget@60fd3adf9d9eecc3bbf8a98738734d3061347172
109109
with:
110110
PROJECT_FILE_PATH: ${{ github.workspace }}/src/NetSparkle/NetSparkle.csproj # Relative to repository root
111111
# VERSION_FILE_PATH: Directory.Build.props # Filepath with version info, relative to repository root. Defaults to project file
@@ -117,7 +117,7 @@ jobs:
117117
INCLUDE_SYMBOLS: true
118118

119119
- name: Publish NetSparkleUpdater.UI.WPF on version change
120-
uses: nitz/publish-nuget@13cf3a0ec3840b62a0fd20d559ab1e2a63b0d75a
120+
uses: nitz/publish-nuget@60fd3adf9d9eecc3bbf8a98738734d3061347172
121121
with:
122122
PROJECT_FILE_PATH: ${{ github.workspace }}/src/NetSparkle.UI.WPF/NetSparkle.UI.WPF.csproj # Relative to repository root
123123
# VERSION_FILE_PATH: Directory.Build.props # Filepath with version info, relative to repository root. Defaults to project file
@@ -129,7 +129,7 @@ jobs:
129129
INCLUDE_SYMBOLS: true
130130

131131
- name: Publish NetSparkleUpdater.UI.Avalonia on version change
132-
uses: nitz/publish-nuget@13cf3a0ec3840b62a0fd20d559ab1e2a63b0d75a
132+
uses: nitz/publish-nuget@60fd3adf9d9eecc3bbf8a98738734d3061347172
133133
with:
134134
PROJECT_FILE_PATH: ${{ github.workspace }}/src/NetSparkle.UI.Avalonia/NetSparkle.UI.Avalonia.csproj # Relative to repository root
135135
# VERSION_FILE_PATH: Directory.Build.props # Filepath with version info, relative to repository root. Defaults to project file
@@ -141,7 +141,7 @@ jobs:
141141
INCLUDE_SYMBOLS: true
142142

143143
- name: Publish NetSparkleUpdater.UI.WinForms.NetCore on version change
144-
uses: nitz/publish-nuget@13cf3a0ec3840b62a0fd20d559ab1e2a63b0d75a
144+
uses: nitz/publish-nuget@60fd3adf9d9eecc3bbf8a98738734d3061347172
145145
with:
146146
PROJECT_FILE_PATH: ${{ github.workspace }}/src/NetSparkle.UI.WinForms.NetCore/NetSparkle.UI.WinForms.NetCore.csproj # Relative to repository root
147147
# VERSION_FILE_PATH: Directory.Build.props # Filepath with version info, relative to repository root. Defaults to project file
@@ -170,7 +170,7 @@ jobs:
170170
cd ${{ github.workspace }}
171171
172172
- name: Publish NetSparkleUpdater.Tools.DSAHelper
173-
uses: nitz/publish-nuget@13cf3a0ec3840b62a0fd20d559ab1e2a63b0d75a
173+
uses: nitz/publish-nuget@60fd3adf9d9eecc3bbf8a98738734d3061347172
174174
with:
175175
PROJECT_FILE_PATH: ${{ github.workspace }}/src/NetSparkle.Tools.DSAHelper/NetSparkle.Tools.DSAHelper.csproj # Relative to repository root
176176
# VERSION_FILE_PATH: Directory.Build.props # Filepath with version info, relative to repository root. Defaults to project file
@@ -182,7 +182,7 @@ jobs:
182182
INCLUDE_SYMBOLS: true
183183

184184
- name: Publish NetSparkleUpdater.Tools.AppCastGenerator
185-
uses: nitz/publish-nuget@13cf3a0ec3840b62a0fd20d559ab1e2a63b0d75a
185+
uses: nitz/publish-nuget@60fd3adf9d9eecc3bbf8a98738734d3061347172
186186
with:
187187
PROJECT_FILE_PATH: ${{ github.workspace }}/src/NetSparkle.Tools.AppCastGenerator/NetSparkle.Tools.AppCastGenerator.csproj # Relative to repository root
188188
# VERSION_FILE_PATH: Directory.Build.props # Filepath with version info, relative to repository root. Defaults to project file

0 commit comments

Comments
 (0)