Skip to content

Commit

Permalink
Tried another automation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanpmartell committed Jul 27, 2024
1 parent 656f92f commit 902a976
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 @@ -105,8 +105,8 @@ jobs:
- name: Zip built artifacts
uses: vimtor/action-zip@v1
with:
files: ${{ env.Wap_Project_Directory }}\bin\${{ $env.Platform }}\${{ env.Configuration }}\net6.0-windows7.0\win-${{ $env.Platform }}\publish
dest: lwg_client${{ $env.Platform }}.zip
files: ${{ env.Wap_Project_Directory }}\bin\${{ env.Platform }}\${{ env.Configuration }}\net6.0-windows7.0\win-${{ env.Platform }}\publish
dest: lwg_client${{ env.Platform }}.zip
env:
Configuration: ${{ matrix.configuration }}
Platform: ${{ matrix.platform }}
Expand All @@ -130,6 +130,6 @@ jobs:
Platform: ${{ matrix.platform }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: lwg_client${{ $env.Platform }}.zip
asset_name: lwg_client${{ $env.Platform }}.zip
asset_path: lwg_client${{ env.Platform }}.zip
asset_name: lwg_client${{ env.Platform }}.zip
asset_content_type: application/zip

0 comments on commit 902a976

Please sign in to comment.