Skip to content

Commit

Permalink
Update ci-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
paulvarache authored Jan 16, 2024
1 parent eec9fc8 commit a2db1a4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,10 @@ jobs:
run: dotnet workload install maui

- name: Build package
run: dotnet build src/The49.Maui.BottomSheet.csproj
run: dotnet pack -c Debug src/The49.Maui.BottomSheet.csproj /p:VersionSuffix="pr-${{ github.event.number }}"

- name: Upload iOS Artifact
uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595
with:
name: bottomsheet-ios-ci-build
path: src/bin/Debug/The49.Maui.BottomSheet.*.nupkg

0 comments on commit a2db1a4

Please sign in to comment.