Skip to content

Commit

Permalink
correct the path - Part5
Browse files Browse the repository at this point in the history
  • Loading branch information
hsubramanianaks committed Aug 15, 2022
1 parent aa4cc2d commit 20f377f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
type: 'zip'
filename: 'lpk-${{ matrix.mode }}.zip'
path: ${{ github.workspace }}\src\dsc\bin\Release\netcoreapp3.1\${{ matrix.mode }}\publish\
path: ${{ github.workspace }}\src\dsc\bin\Release\netcoreapp3.1\${{ matrix.mode }}\publish\**
exclusions: '**/*.pdb **/*.xml **/*.nuspec **/cs/* **/de/* **/es/* **/fr/* **/it/* **/ja/* **/ko/* **/pl/* **/pt-BR/* **/ru/* **/tr/* **/zh-Hans/* **/zh-Hant/*'
- name: Upload Release
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 20f377f

Please sign in to comment.