Skip to content

Commit 1d691d1

Browse files
committed
use tag instead of version to get the tag name
1 parent 51a68c5 commit 1d691d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ jobs:
3030
if: matrix.build_configuration == 'Release'
3131
uses: actions/upload-artifact@v2
3232
with:
33-
name: SpeechPlugin_${{ steps.tagName.outputs.version }}_${{ matrix.build_platform }}
33+
name: SpeechPlugin_${{ steps.tagName.outputs.tag }}_${{ matrix.build_platform }}
3434
path: ${{ matrix.build_platform }}\${{ matrix.build_configuration }}\SpeechPlugin.dll
3535

0 commit comments

Comments
 (0)