Skip to content

Commit

Permalink
Merge pull request #5 from alexdillon/feature/FixActions
Browse files Browse the repository at this point in the history
Fixed solution file name in release action
  • Loading branch information
alexdillon authored Aug 27, 2020
2 parents 943a068 + 036aed5 commit a6a5125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CreateRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup MSBuild.exe
uses: warrenbuckley/Setup-MSBuild@v1
- name: Build with MSBuild
run: msbuild PluginDemos -p:Configuration=Release
run: msbuild PluginDemos.sln -p:Configuration=Release
- name: Get the version
id: get_version
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
Expand Down

0 comments on commit a6a5125

Please sign in to comment.