Skip to content

Commit 1ccbbcc

Browse files
committed
include the runtime in the step
1 parent 5edbaa9 commit 1ccbbcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: dotnet --version
3838
- name: Checkout source code
3939
uses: actions/checkout@v3
40-
- name: Execute Action build-with-plugins
40+
- name: Execute Action build-with-plugins ${{ matrix.runtime }}
4141
uses: ./.github/actions/build-with-plugins
4242
with:
4343
platform: ${{ matrix.platform }}

0 commit comments

Comments
 (0)