Skip to content

Commit

Permalink
Created artifacts updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanpmartell authored Jul 18, 2024
1 parent 41b1f32 commit fa9e103
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ jobs:
- name: Zip built artifacts
uses: vimtor/action-zip@v1
with:
files: ${{ env.Wap_Project_Directory }}\bin\${{ env.Configuration }}
dest: library.zip
files: ${{ env.Wap_Project_Directory }}\bin\${{ env.Configuration }}\net6.0-windows7.0\publish
dest: lwg_client.zip
env:
Configuration: ${{ matrix.configuration }}

Expand All @@ -124,6 +124,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: library.zip
asset_name: library.zip
asset_path: lwg_client.zip
asset_name: lwg_client.zip
asset_content_type: application/zip

0 comments on commit fa9e103

Please sign in to comment.