Skip to content

Commit

Permalink
Update cd-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
w-ahmad authored Nov 24, 2023
1 parent 58d5d1c commit f25869a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Build
run: |
msbuild /restore /t:Build src/BlazorWebView.WinUI3/BlazorWebView.WinUI3.csproj /p:Configuration=Release /p:PackageVersion=${{ steps.version.outputs.version-without-v }}
msbuild /restore /t:Build,Pack src/BlazorWebView.WinUI3/BlazorWebView.WinUI3.csproj /p:Configuration=Release /p:PackageVersion=${{ steps.version.outputs.version-without-v }}
- name: Upload artifacts
uses: actions/upload-artifact@v1
Expand Down

0 comments on commit f25869a

Please sign in to comment.