Skip to content

Commit

Permalink
use created zip for artifact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
chcg committed Oct 11, 2023
1 parent 5141fc1 commit b9fad43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
if: matrix.build_configuration == 'Release'
uses: actions/upload-artifact@v3
with:
name: SpeechPlugin_${{ steps.tagName.outputs.tag }}_${{ matrix.build_platform }}
path: ${{ matrix.build_platform }}\${{ matrix.build_configuration }}\SpeechPlugin.dll
name: SpeechPlugin_${{ steps.tagName.outputs.tag }}_${{ matrix.build_platform }}.zip
path: SpeechPlugin_${{ steps.tagName.outputs.tag }}_${{ matrix.build_platform }}.zip

- name: Create release on tagging
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit b9fad43

Please sign in to comment.