Skip to content

Commit

Permalink
Update ci-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vicocz authored Jan 27, 2024
1 parent 4d05ab5 commit f8f41b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: mauibeach-android-ci-build
path: BrickController2/BrickController2.Android/bin/Debug/net8.0-android/*Signed.a*
path: BrickController2/BrickController2.Android/bin/Release/net8.0-android/*Signed.a*

build-ios:
runs-on: macos-13
Expand All @@ -77,4 +77,4 @@ jobs:
run: dotnet restore BrickController2/BrickController2.iOS/BrickController2.iOS.csproj

- name: Publish the iOS app
run: dotnet publish BrickController2.iOS -c Release -f:net8.0-ios /p:ArchiveOnBuild=true /p:EnableAssemblyILStripping=false
run: dotnet publish BrickController2/BrickController2.iOS/BrickController2.iOS.csproj -c Release -f:net8.0-ios /p:ArchiveOnBuild=true /p:EnableAssemblyILStripping=false

0 comments on commit f8f41b7

Please sign in to comment.