We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5edbaa9 commit 1ccbbccCopy full SHA for 1ccbbcc
.github/workflows/release.yml
@@ -37,7 +37,7 @@ jobs:
37
run: dotnet --version
38
- name: Checkout source code
39
uses: actions/checkout@v3
40
- - name: Execute Action build-with-plugins
+ - name: Execute Action build-with-plugins ${{ matrix.runtime }}
41
uses: ./.github/actions/build-with-plugins
42
with:
43
platform: ${{ matrix.platform }}
0 commit comments