File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -35,17 +35,14 @@ jobs:
3535 dotnet-version : ' 9.0.x'
3636
3737 - name : Build
38+ shell : pwsh
3839 run : |
39- dotnet build \
40- RandomGen/Community.PowerToys.Run.Plugin.RandomGen/Community.PowerToys.Run.Plugin.RandomGen.csproj \
41- -c Release -p:Platform="${{ matrix.platform }}"
40+ dotnet build RandomGen/Community.PowerToys.Run.Plugin.RandomGen/Community.PowerToys.Run.Plugin.RandomGen.csproj -c Release -p:Platform="${{ matrix.platform }}"
4241
4342 - name : Publish
43+ shell : pwsh
4444 run : |
45- dotnet publish \
46- RandomGen/Community.PowerToys.Run.Plugin.RandomGen/Community.PowerToys.Run.Plugin.RandomGen.csproj \
47- -c Release -p:Platform="${{ matrix.platform }}" \
48- -o ./Publish/${{ matrix.platform }}
45+ dotnet publish RandomGen/Community.PowerToys.Run.Plugin.RandomGen/Community.PowerToys.Run.Plugin.RandomGen.csproj -c Release -p:Platform="${{ matrix.platform }}" -o ./Publish/${{ matrix.platform }}
4946
5047 - name : Get version
5148 id : get_version
You can’t perform that action at this time.
0 commit comments