Skip to content

Commit

Permalink
avoid dir hierarchy in zip file and add just dll to the root of the zip
Browse files Browse the repository at this point in the history
  • Loading branch information
chcg committed Oct 11, 2023
1 parent b9fad43 commit f11a61b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

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

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

0 comments on commit f11a61b

Please sign in to comment.