Skip to content

Commit

Permalink
updated artifact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
vltmedia committed Jun 8, 2021
1 parent 3838d3d commit f50786f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ jobs:
id: branch-name
uses: tj-actions/branch-names@v4.3

- name: Set current solution as env variable
id: solutionset
run: echo "::set-output name=solution::DebugProcess"

- name: Set current version as env variable
id: versionnumb
run: echo "::set-output name=currentversion::v0.2.0"
Expand Down Expand Up @@ -155,7 +159,7 @@ jobs:
Configuration: ${{ matrix.configuration }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: $env:Solution_Name\bin\Release.zip
asset_path: ./${{ steps.solutionset.outputs.solution }}/bin/Release.zip
asset_name: Release.zip
asset_content_type: application/vnd.microsoft.portable-executable

0 comments on commit f50786f

Please sign in to comment.