File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,6 @@ name: publish
33on :
44 workflow_dispatch :
55 push :
6- branches :
7- - ' *'
86 tags :
97 - ' *'
108
4139 # Pack the NuGet package
4240 - name : Create NuGet package
4341 run : |
44- Get-ChildItem -Path .\
4542 dotnet pack ${{ env.Project_Path }} --configuration Release --no-build --output nupkgs
46- Get-ChildItem -Path .\nupkgs\
4743
4844 # # Publish to NuGet.org
4945 # - name: Push to NuGet
5450 - name : Get Package Version
5551 # if: github.event_name == 'push' && github.ref == 'refs/heads/main'
5652 run : |
57- pwd
5853 $version = [system.diagnostics.fileversioninfo]::getversioninfo("Flow.Launcher.Localization\bin\Release\netstandard2.0\Flow.Launcher.Localization.dll").productversion
5954 echo "release_version=$version" | out-file -filepath $env:github_env -encoding utf-8 -append
6055
You can’t perform that action at this time.
0 commit comments