Skip to content

Commit f11a61b

Browse files
committed
avoid dir hierarchy in zip file and add just dll to the root of the zip
1 parent b9fad43 commit f11a61b

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
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: zip artifacts for ${{ matrix.build_platform }}
2929
if: matrix.build_configuration == 'Release'
30-
run: 7z a SpeechPlugin_${{ steps.tagName.outputs.tag }}_${{ matrix.build_platform }}.zip ${{ matrix.build_platform }}\${{ matrix.build_configuration }}\SpeechPlugin.dll
30+
run: 7z a SpeechPlugin_${{ steps.tagName.outputs.tag }}_${{ matrix.build_platform }}.zip .\${{ matrix.build_platform }}\${{ matrix.build_configuration }}\SpeechPlugin.dll
3131

3232
- name: Archive artifacts for ${{ matrix.build_platform }}
3333
if: matrix.build_configuration == 'Release'

0 commit comments

Comments
 (0)