From a2db1a4d4c8a2d1396f009df082c1a09ee5a125d Mon Sep 17 00:00:00 2001 From: Paul Varache Date: Tue, 16 Jan 2024 09:31:27 +0000 Subject: [PATCH] Update ci-build.yml --- .github/workflows/ci-build.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 39a18f0..34b8a36 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -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