Skip to content

Commit

Permalink
#36 Fixed build to include CodeMap.Handlebars project information in …
Browse files Browse the repository at this point in the history
…release
  • Loading branch information
Andrei15193 committed Oct 16, 2020
1 parent 0e84162 commit 9ed0abb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ jobs:
Write-Host "::set-output name=assembly_version::$assemblyVersion"
Write-Host "::set-output name=codemap_package_description::$codeMapDescription"
Write-Host "::set-output name=codemap_package_release_notes::$codeMapReleaseNotes"
Write-Host "::set-output name=codemap_handlebars_package_description::$description"
Write-Host "::set-output name=codemap_handlebars_package_release_notes::$releaseNotes"
Write-Host "::set-output name=codemap_handlebars_package_description::$codeMapHandlebarsDescription"
Write-Host "::set-output name=codemap_handlebars_package_release_notes::$codeMapHandlebarsReleaseNotes"
Write-Host "::set-output name=is_pre_release::$(($null -ne $preRelease).ToString().ToLowerInvariant())"
[Convert]::FromBase64String("${{ secrets.KeyFile }}") | Set-Content ./CodeMap.snk -AsByteStream
Expand Down

0 comments on commit 9ed0abb

Please sign in to comment.