Skip to content

Commit

Permalink
Fix ci (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChernyshevDS92 committed Aug 11, 2020
1 parent e39a274 commit 3143a7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-core-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: "${RELEASE_NAME}.zip"
asset_name: ${RELEASE_NAME}.zip
asset_path: ${{ env.RELEASE_NAME }}.zip
asset_name: ${{ env.RELEASE_NAME }}.zip
asset_content_type: application/zip

0 comments on commit 3143a7b

Please sign in to comment.