Skip to content

Commit 6907a40

Browse files
committed
fix: README version v1.0.0
1 parent 6ca0194 commit 6907a40

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/build-and-release.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)