Skip to content

Commit

Permalink
Upload nupkg
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcollins committed Jun 5, 2024
1 parent d9ef112 commit 4832283
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@ jobs:
working-directory: ./src/CommunityToolkit.Maui.BindingExtensions
run: dotnet pack CommunityToolkit.Maui.BindingExtensions.csproj -bl:${{ runner.temp }}/logs/build-tasks-pack.binlog

- name: Upload nupkg
uses: actions/upload-artifact@v4
with:
name: nupkg
path: ./src/CommunityToolkit.Maui.BindingExtensions/bin/Release/*.nupkg

- name: Build facebook
working-directory: ./facebook
run: dotnet build -bl:${{ runner.temp }}/logs/facebook.binlog
Expand Down

0 comments on commit 4832283

Please sign in to comment.