We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51a68c5 commit 1d691d1Copy full SHA for 1d691d1
.github/workflows/CI_build.yml
@@ -30,6 +30,6 @@ jobs:
30
if: matrix.build_configuration == 'Release'
31
uses: actions/upload-artifact@v2
32
with:
33
- name: SpeechPlugin_${{ steps.tagName.outputs.version }}_${{ matrix.build_platform }}
+ name: SpeechPlugin_${{ steps.tagName.outputs.tag }}_${{ matrix.build_platform }}
34
path: ${{ matrix.build_platform }}\${{ matrix.build_configuration }}\SpeechPlugin.dll
35
0 commit comments