Skip to content

Commit d834e27

Browse files
committed
Release
1 parent 2c9fab6 commit d834e27

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
uses: warrenbuckley/Setup-MSBuild@v1
1818

1919
- name: MSBuild
20-
run: msbuild WinToLinux.sln
21-
20+
run: msbuild WinToLinux.sln /property:Configuration=Release
21+
2222
- name: Create Release
2323
id: create_release
2424
uses: actions/create-release@v1.0.0
@@ -30,12 +30,12 @@ jobs:
3030
draft: false
3131
prerelease: false
3232
- name: Upload Release Asset
33-
id: upload-release-asset
33+
id: upload-release-asset
3434
uses: actions/upload-release-asset@v1.0.1
3535
env:
3636
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3737
with:
38-
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
38+
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
3939
asset_path: ./bin/Release/WinToLinux.exe
4040
asset_name: WinToLinux.exe
4141
asset_content_type: application/octet-stream

0 commit comments

Comments
 (0)