Skip to content

Commit 31a3ebb

Browse files
committed
Doh
1 parent dff8384 commit 31a3ebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_nuget_workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: |
5656
echo %NUSPECPATH%
5757
echo %SUFFIX%
58-
if %SUFFIX%=='' (nuget pack %NUSPECPATH% -build -Prop Configuration=Release -OutputDirectory "D:\\package\\")else (nuget pack %NUSPECPATH% -Suffix %SUFFIX% -build -Prop Configuration=Release -OutputDirectory "D:\\package\\")
58+
if defined SUFFIX (nuget pack %NUSPECPATH% -build -Prop Configuration=Release -OutputDirectory "D:\\package\\")else (nuget pack %NUSPECPATH% -Suffix %SUFFIX% -build -Prop Configuration=Release -OutputDirectory "D:\\package\\")
5959
6060
- name: nuget publish
6161
run: nuget push D:\package\github_release_nuget_workflow.%TAG_NAME%.nupkg ${{secrets.NUGET_TOKEN}} -Source https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)