Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlphaNecron committed Oct 14, 2021
1 parent 17e7959 commit a524617
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Expand Up @@ -15,12 +15,12 @@ jobs:
uses: microsoft/setup-msbuild@v1.0.2
- name: Restore NuGet
run: nuget restore TitlebarZ.sln
- name: Change CWD to TitlebarZ.WPF
run: cd TitlebarZ.WPF
- name: Run MSBuild
run: msbuild TitlebarZ.WPF.csproj /p:Configuration=Release
run: |
cd TitlebarZ.WPF
msbuild TitlebarZ.WPF.csproj /p:Configuration=Release
- name: Create release
uses: ncipollo/release-action@v1.8.10
with:
artifacts: "bin/Release/TitlebarZ.exe"
artifacts: "TitlebarZ.WPF/bin/Release/TitlebarZ.exe"
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a524617

Please sign in to comment.